@if ($user->pro) @php $template = 'pro' @endphp @elseif ($user->manager) @php //$template = 'manager' $template = 'pro' @endphp @else @php $template = 'dashboard' @endphp @endif @extends($template.'.layout', ['user'=>$user,'id'=>99]) @section($template) @yield('tickets') @endsection