@extends('layouts.master') @section('title', 'New Visa | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new visa')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.visas') }} | {{ __('basic.new visa') }}
{{ __('basic.new visa') }}
@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

@error('all_imgs') {{ $message }} @enderror

{{ __('Prices') }}
{{ __('basic.new price') }}
@endsection @section('js') @endsection