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

{{__('texte.subregions_arr.create.add_subregion')}}

{{ 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
@endsection