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

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

@endif
@foreach($guarantees as $key => $g) @endforeach
# Code Garantie Description Action
{{++$key}} {{$g->codeguar}} {{$g->titleguar}} {{$g->description}}
@endsection @section('header-script') @endsection @section('footer-script') @endsection @section('custom-script') @endsection