@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
Appel |
Tâche |
Responsable |
Date Limite |
Personnes Impliquées |
Commentaire |
Actions |
@foreach ($matrices as $matrice)
{!! $matrice->appel->titre !!} |
{{ $matrice->tache }} |
{{ $matrice->employe->nom }} |
{{ Carbon\Carbon::parse( $matrice->datelimite )->format('d-m-Y') }} |
{{ $matrice->personneimplique }} |
{{ $matrice->comentaire }} |
{!! Form::open(['method' => 'DELETE', 'route'=>['matrice.destroy', $matrice->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!}
{!! Form::close() !!}
|
@endforeach
@endsection