@extends('admin.layout.main') @section('title',$header['title']) @section('content')
@csrf
@component('components.country_city_select', [ 'name' => 'country_code', 'id' => 'country_code', 'class' => 'order-td-input selectpicker1 select-text height_drp is-valid select2 select-validate', 'selected' => '', 'placeholder' => 'Select Country' ]) @endcomponent
@lang('country.cancel')
@endsection @section('js') @append