@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
{{csrf_field()}}
{{ $errors->first('zone_name') }}

@endsection