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