@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
# |
Axte Stratégique |
Ligne d'action |
Actions |
@foreach ($actions as $action)
{{ $action->id }} |
{{ $action->axe->intitule }} |
{{ $action->ligne }} |
{!! Form::open(['method' => 'DELETE', 'route'=>['action.destroy', $action->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!}
{!! Form::close() !!}
|
@endforeach
@endsection