Toggle navigation
{{--
--}}
@isset($user->role_id) @if($user->role_id == 1) {!! menu('administrator', 'bootstrap') !!} @elseif($user->role_id == 2) {!! menu('client', 'bootstrap') !!} @endif @endisset
@section('conteudo') @show