@extends('dashboard') @section('content')

MODIFICATION DOSSIER

Veuillez remplir ces champs

{{ csrf_field() }}


@if ($errors->has('client')) {{ $errors->first('client') }} @endif


@if ($errors->has('parcelle_dispo')) {{ $errors->first('parcelle_dispo') }} @endif

@if ($errors->has('duree_contrat')) {{ $errors->first('duree_contrat') }} @endif
@if ($errors->has('montant')) {{ $errors->first('montant') }} @endif
@endsection