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

@endif
@csrf

@lang('adminlte::areas.header.create')

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