Attractions

@if (session('error'))
Error! {{ session('error') }}
@endif
Edit Attraction
@csrf
@error('name')
Please enter a valid Name.
@enderror
@error('location')
Please enter a Location.
@enderror
@include('Countries.currency.list', ['countries' => $countries, 'currency' => @$attraction->currency])
@error('currency')
Please enter a currency.
@enderror
free_ticket == 1) checked @endif>
@error('adults_fee')
Please enter a adults tickets.
@enderror
@error('child_fee')
Please enter a child tickets.
@enderror
@error('foreignadults_fee')
Please enter a foreign adults tickets.
@enderror
@error('foreignchild_fee')
Please enter a foreign kids tickets.
@enderror
@error('latitude')
Please enter a latitude.
@enderror
@error('longitude')
Please enter a longitude.
@enderror
@error('youtube_link')
Please enter a youtube link.
@enderror
@error('website')
Please enter a website.
@enderror
@if(!empty($attraction->image_path) && file_exists(public_path('storage/resize/' . $attraction->image_path))) {{ $attraction->name }} @elseif(!empty($attraction->image_path) && file_exists(public_path('storage/'.$attraction->image_path))) {{ $attraction->name }} @endif
@error('image')
Please upload a valid photo
@enderror
loader
@section('scripts') @endsection