{{ Auth::user()->full_name }}
@if($m = Auth::user()->management)
{{$m->name}}
@endif
@foreach(Menu::getLeftMenuOptions() as $link => $text)
@if($link == 'action|Admin\ClientsController@index' && auth()->user()->role == 'admin')
- Cartera IMSS
- Custodia ISSSTE
- Custodia IMSS
@else
{!! Menu::linkToLeftOption($link, $text) !!}
@endif
@endforeach