@extends('layouts.master') @section('title', 'Edit Trip | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit trip')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.trips') }} | {{ __('basic.edit trip') }}
{{ __('basic.edit trip') }}
@csrf @method('PUT')
{{-- --}}
{{ __('basic.choose img') }}
@error('main_image') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('destination_id') {{ $message }} @enderror
@error('tags') {{ $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
{{-- --}} @error('short_description') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@foreach ($trip->imgs as $item)
@endforeach
@error('all_imgs') {{ $message }} @enderror
@endsection @section('js') @endsection