@extends('layouts.admin') @section('content')
SAISIR REGLEMENT
@csrf
@if($errors->has('date'))

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

@endif

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

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

@endif

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

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

@endif

@endsection