Relatório SEI -
@if (Auth::check())
@lang('labels.msg.saudacao', ['nome' => Auth::user()->nome_sem_setor])
@lang('labels.alterar_senha')
{!! Form::open(['route' => 'logout']) !!}
@lang('labels.acoes.logout')
{!! Form::close() !!}
@endif
@if (Auth::check()) @endif
@yield('content')
@routes