@if (Auth::check())
{!! Form::open(['route' => 'logout', 'class' => 'form-logout d-inline-block']) !!} @choice('labels.usuarios', 1): {{ Auth::user()->name }} ({{ Auth::user()->username }}) {{ Form::button(__('labels.msg.logout'), ['type' => 'submit', 'class' => 'mx-1 btn btn-danger btn-sm']) }} {!! Form::close() !!}
@endif
@if (Auth::check()) @endif
@yield('content')
@include('layouts.admin.footer')