@extends('tenant.layouts.master') @section('style') @endsection @section('content') @php $activeTab = $activeTab ?? 'default-tab'; @endphp
@yield('content-field')
@section('script') @endsection @endsection