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

MODIFICATION PROGRAMME

Veuillez remplir ces champs

{{ csrf_field() }}
@if ($errors->has('numero')) {{ $errors->first('numero') }} @endif
@if ($errors->has('surface')) {{ $errors->first('surface') }} @endif
@endsection