{{-- resources/views/admin/destinations/create.blade.php --}} @extends('admin.layouts.app') @section('title', 'Add New Destination') @section('page-title', 'Add New Destination') @section('content')
Destination Information
@csrf
@error('name')

{{ $message }}

@enderror
@error('country')

{{ $message }}

@enderror
@error('city')

{{ $message }}

@enderror
@error('description')

{{ $message }}

@enderror

Maximum 1000 characters

@error('image')

{{ $message }}

@enderror

Upload a beautiful image that represents this destination. Supported formats: JPEG, PNG, JPG, GIF. Maximum size: 2MB.

Back to Destinations
@endsection @push('scripts') @endpush