@extends('layouts.app') @section('title') {{ __('Region') }} @endsection @section('breadcrumb')

{{__('Region')}}

@endsection @section('content')

{{ __('Create Region') }}

@csrf
@include('admin.regions._form')
@endsection @section('scripts') @endsection