@extends('layout') @section('title', '| projet') @section('content')
{{ $message }}
{{ $message }}
# | Nom Projet | Objectif | Durée | Zones d'intervation | Actions | |
---|---|---|---|---|---|---|
{{ $projet->id }} | {{ $projet->nom }} | {{ $projet->objectif }} | {{ $projet->duree }} ans | {{--{{ $projet->typecadre }} | --}}@foreach ($projet->zones as $zone) {{ $zone->region->nom }}, @endforeach | {!! Form::open(['method' => 'DELETE', 'route'=>['projet.destroy', $projet->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!} {!! Form::close() !!} Indicateur |