@if(session()->has('message')) @php echo ''; @endphp @endif @extends('layouts.app', [ 'class' => '', 'elementActive' => 'locations' ]) @section('content') @error('state') @php echo ''; @endphp @enderror @error('city') @php echo ''; @endphp @enderror @error('area') @php echo ''; @endphp @enderror
@csrf
State
SNO Country State Action
@csrf
City
SNO State City Action
@csrf
Area
SNO City Area Action
@endsection @push('scripts') @endpush