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