@extends('layouts.admin') @section('content')
{{ __('Add New Location') }} {{ __('Back') }}
@include('includes.admin.roles.settings')
{{ __('Add new location form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
@error('country_id') {{ $message }} @enderror
@if (old('states')) @foreach (old('states') as $state)
@error('states.*') {{ $message }} @enderror
@endforeach @else
@endif
@endsection @section('scripts') @endsection