@extends('layouts.customer') @section('content')

Tour booking

{{-- img --}} @php $UserId = App\Models\User::where('id',Auth::id())->first(); // dd($UserId); @endphp @if ($UserId->getFirstMediaUrl('image')) {{-- --}} @else img @endif {{--

{{auth()->user()->name}}

--}} {{--

{{auth()->user()->contact_no}}

--}}

{{auth()->user()->email}}

{{ 'Edit Profile' }}

@yield('sub_content')
@endsection