@extends('admin.layout.main') @section('title',$header['title']) @section('content')

Travellers - Edit

@csrf @method('PUT')
@component('components.country_city_select', [ 'name' => 'nationality_id', 'id' => 'country_code', 'class' => 'order-td-input selectpicker1 select-text height_drp is-valid select2', 'selected' => $travellerDetail['nationality_id'], 'placeholder' => 'Select Nationality' ]) @endcomponent
@component('components.country_city_select', [ 'name' => 'country_id', 'id' => 'country_id', 'class' => 'order-td-input selectpicker1 select-text height_drp is-valid select2', 'selected' => $travellerDetail['country_id'], 'placeholder' => 'Select Issue Country' ]) @endcomponent
@component('components.crop-image', [ 'name' => 'document', 'id' => 'upload_image', 'class' => 'file-upload is-valid image' ]) @endcomponent

These images are visible in the customer page. Support jpg, jpeg, or png files.

@lang('travellers.cancel')
@endsection @section('js') @append