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