Taux |
Annee Debut |
Annee Fin |
Action |
@foreach($tauxinterets as $tauxinterets)
{{ $tauxinterets->taux }} |
{{ $tauxinterets->annee_debut }} |
{{ $tauxinterets->annee_fin }} |
{!! Form::open(['route' => ['tauxinterets.destroy', $tauxinterets->id], 'method' => 'delete']) !!}
@can('taux-interet.show')
@endcan
@can('taux-interet.edit')
@endcan
@can('taux-interet.delete'){!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
@endcan
{!! Form::close() !!}
|
@endforeach
@if ($tauxinterets->count() > 0)
@endif