@if(Auth::user()->hasRole(['consultant', 'super-admin']))

Back

@endif School Details
@livewire("dashboard.school.view.$active_table",['school' => $school, 'search' => $search], key(rand().$active_table))
@push('modals') {{-- @livewire('dashboard.jobs.partials.models.new-job-model', ['school' => $school->id]) --}} @if(Auth::user()->hasRole(['consultant', 'super-admin'])) @livewire('dashboard.school.client.modals.create-client-modal') @livewire('dashboard.popup-modals.disable-profile') @livewire('dashboard.popup-modals.enable-profile') @endif @livewire('dashboard.mail.send-email-one-person') @endpush