@extends('layouts.customer')
@section('content')
Tour booking
--}}
@php
$UserId = App\Models\User::where('id',Auth::id())->first();
// dd($UserId);
@endphp
@if ($UserId->getFirstMediaUrl('image'))
{{-- --}}
@endif
{{--