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

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

@endif

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

@if($errors->has('note'))

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

@endif

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

@endsection