{{--
Home
--}}
@if (auth()->user()->image == null) {{--
--}}
{{--
--}} @else {{--
--}}
{{--
--}} @endif
{{ auth()->user()->name }}
{{--
Profile
--}}
@csrf
Logout
{{-- @auth
@if(!auth()->user()->bank()->exists())
Hello {{ auth()->user()->name }},
kindly proceed to update your
bank details
@endif
@endauth --}} {{--
--}} {{ $slot }} {{--
--}}