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

{{__('texte.subregions_arr.edit.edit_subregion')}}

{{ method_field('PATCH') }} {{ csrf_field() }} @permission('subregion-form-name-read')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@endpermission @permission('subregion-form-transport_amount-read')
@if ($errors->has('transport_amount')) {{ $errors->first('transport_amount') }} @endif
@endpermission @permission('subregion-form-active-read')
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@endpermission
@endsection