@php $tests = Auth::user()->profil->habilitations; $droits = array(); foreach ($tests as $key => $value) { $droits[$key] = $value->habilitation->code; } @endphp OTAF | APP @yield('header')
@yield('preload')
@yield('content')
{!! Toastr::message() !!} @yield('footer')