@extends('dashboard.layout.partials.dashboard') @section('content') @if ($errors->any())
@endif

Add City

@csrf() @php $reigion=App\Models\Region::all(); @endphp
Cancel
@endsection