@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Nueva zona') @section('content')

Nueva zona

Volver
@if ($errors->any())
@endif
@csrf
@endsection @section('page-script') @endsection