@extends('layouts.master') @section('title', 'Edit destination') @section('title-topbar', __('basic.edit destination')) @section('css') @endsection @section('content')
{{-- Dashboard | --}} {{ __('basic.destination')}} | {{ __('basic.edit destination')}}
{{-- Dashboard | --}} {{-- Countries | --}} {{-- Edit Countries --}}
{{ __('basic.edit destination')}}
{{ method_field('PUT') }} @csrf
{{ __('basic.choose pic') }}
@error('image') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror @error('slug_ar') {{ $message }} @enderror

{{ __('basic.show on hp') }}
show_hp == 1) checked @endif name="show_hp" type="checkbox" value="1" id="show_hp">
@error('show_hp') {{ $message }} @enderror
{{ __('basic.hp favorite') }}
hp_fav == 1) checked @endif name="hp_favorite" type="checkbox" value="1" id="hp_favorite">
@error('hp_favorite') {{ $message }} @enderror
@error('short_description') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@foreach ($destination->imgs as $item)
@endforeach
@error('all_imgs') {{ $message }} @enderror
@endsection @section('js') {{-- --}} @endsection