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

{{__('texte.regions_arr.edit.edit_region')}}

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