@extends('layouts.admin') @section('content')
NOUVELLE REGION
@csrf
@if($errors->has('libelle'))

{{ $errors->first('libelle') }}

@endif

{{ trans('cruds.client.fields.first_name_helper') }}

@endsection