• {{ __('Home') }}
@if (Session::has('auth_user'))

{{ 'Welcome ' . Session::get('auth_user')['Full_Name'] }}

Profile Change Password {{ __('Logout') }}
{{ csrf_field() }}
@else {{ __('Login') }} {{ __('Signup') }} @endif