@extends('layouts.admin.app') @section('content')

Add Region

@csrf @method('POST')
@error('name')
{{ $message }}
@enderror Back
@endsection @section('scripts') @endsection