@php use Illuminate\Support\Facades\Auth; @endphp Dashboard @if(! Auth::user()->school_id)

You aren't currently associated with a school. Click here to choose or create one.

@endif
{{-- Column 1 --}} User Options My Profile My School @if(Auth::user()->school_id && auditionSetting('invoicing_enabled')) My Invoice @endif {{-- @if($showRecapLink)--}} {{-- --}} {{-- --}} {{-- Audition Score Recaps--}} {{-- --}} {{-- --}} {{-- @endif--}}
{{-- @if(Auth::user()->school_id)--}} {{--
--}} {{-- --}} {{-- My Results--}} {{-- @include('dashboard.results-table')--}} {{-- --}} {{--
--}} {{-- @endif--}}