@extends('layouts.app') @section('content')

{{__('texte.zones_arr.edit.edit_zone')}}

{{ method_field('PATCH') }} {{ csrf_field() }}
@if ($errors->has('zone')) {{ $errors->first('zone') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endsection