@if ($message = Session::get('success'))
@endif
@if ($message = Session::get('error'))
@endif
titre |
Actions |
@foreach ($types as $type)
{{ $type->nom }} |
{!! Form::open(['method' => 'DELETE', 'route'=>['type.destroy', $type->id], 'style'=> 'display:inline', 'onclick'=>"if(!confirm('Êtes-vous sûr de vouloir supprimer cet enregistrement ?')) { return false; }"]) !!}
{!! Form::close() !!}
|
@endforeach
@endsection