@extends('layouts.backend.app') @section("content")
@if(Session::has('success'))

{{Session::get('success')}}

@endif
@foreach($tarifs as $t) @endforeach
Code Garantie Franchise Somme garantie Tarif/Taux Annuel
{{$t->codeguar}} {{$t->titleguar}}
@endsection @section('header-script') @endsection @section('footer-script') @endsection @section('custom-script') @endsection