-
{{ Auth::user()->name }}
-
{{ Form::open(['id' => 'logout-form', 'url' => route('logout'), 'style'=>'display:inline']) }}
{{ csrf_field() }}
{{ Form::button( ' ' . __('navbar.sign_out') ,
[
'class' => 'btn btn-danger navbar-btn',
'v-on:click' => $destroyConfirmAction
?? 'confirmAction($event, \'' . __('main.confirm_message'). '\')',
'type' => 'submit'
]
) }}
{{ Form::close() }}