@extends('dashboard') @section('content')
NOUVEAU PROGRAMME
LISTE DES PROGRAMMES
@foreach($programmes as $p) @endforeach
Programme ou Site
Action
{{ $p->site }}
@if(Auth::user()->type == 'Super Administrateur')
@endif
×
Ajouter un nouveau parcelle
{{ csrf_field() }}
Numero de parcelle
@if ($errors->has('numero'))
{{ $errors->first('numero') }}
@endif
Surface
@if ($errors->has('surface'))
{{ $errors->first('surface') }}
@endif
×
Etes-vous sûr de vouloir le supprimer définitivement !
{{ csrf_field() }}
@endsection