@yield('code', __('Oh no'))
@yield('message')
@if((Auth::check())) @if(Auth::user()->role == 'admin')
{{ __('Go Home') }}
@elseif(Auth::user()->role == 'customer')
{{ __('Go Home') }}
@endif @else
{{ __('Go Home') }}
@endif
@yield('image')