@foreach($tauxinterets as $tauxinterets) @endforeach
Taux Annee Debut Annee Fin Action
{{ $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() !!}
@if ($tauxinterets->count() > 0) @endif