{{-- custom css --}} @notifyCss
@if(Route::is('user.home'))
@php $counter=0; @endphp @foreach($cat as $c) @php $counter++; if($counter==4) break; @endphp

{{$c->name}}

Consulter
@endforeach
@endif
@yield('content')
@include('notify::messages') @notifyJs