@extends('adminlte::page') @section('title', trans('adminlte::regions.title.edit')) @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')

@lang('adminlte::regions.header.edit')

@php $arrStatus = config('aps.status'); @endphp
@endsection @section('js') {!! JsValidator::formRequest('App\Http\Requests\Admin\RegionRequest', '#region-form'); !!} @stop