@extends('layouts.master') @section('title', 'Edit Visa | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.edit visa')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.visas') }} | {{ __('basic.edit visa') }}
{{ __('basic.edit visa') }}
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ method_field('PUT') }} @csrf
{{ __('basic.choose img') }}
@error('main_image') {{ $message }} @enderror
@error('country_id') {{ $message }} @enderror
@error('destination_id') {{ $message }} @enderror
@error('debtor_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
{{-- --}} @error('short_description') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@foreach ($visa->imgs as $item_img)
@endforeach
@error('all_imgs') {{ $message }} @enderror

{{ __('basic.type') }}
@foreach ($visa->types as $item)
{{ $item->name }}
{{ $item->valid_for }} {{ __('basic.days') }}
{{ $item->buy }}
{{ $item->sell }}
@endforeach
{{ __('basic.new type') }}
@endsection @section('js') @endsection