@extends('layouts.app') @section('page-title', __('Edit Region')) @section('page-heading', __('Edit Region')) @section('content')
Edit Region
@csrf @method('PUT')
@endsection @push('scripts') @endpush @section('scripts-head') @stack('scripts') @endsection