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

@lang('Travellers - Add')

@csrf
@component('components.country_city_select', [ 'name' => 'nationality_id', 'id' => 'country_code', 'class' => 'order-td-input selectpicker1 select-text height_drp is-valid select2', 'selected' => '', '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' => '', 'placeholder' => 'Select Issue Country' ]) @endcomponent
@component('components.crop-image', [ 'name' => 'profile_photo', '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