@foreach($typeconventions as $typeconventions) @endforeach
Libelle Observation Action
{{ $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() !!}
@if ($typeconventions->count() > 0) @endif