@foreach($typeplaintes as $typeplaintes)
@endforeach
Libelle Plainte |
Action |
{{ $typeplaintes->libelle_plainte }} |
{!! Form::open(['route' => ['typeplaintes.destroy', $typeplaintes->id], 'method' => 'delete']) !!}
@can('type-plainte.show')
@endcan
@can('type-plainte.edit')
@endcan
@can('type-plainte.delete'){!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
@endcan
{!! Form::close() !!}
|
@if ($typeplaintes->count() > 0)
@endif