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

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

@endif
@foreach($compagnies as $key => $c) @endforeach
# Logo Nom compagnie Garanties de base Statut Note Action
{{++$key}} {{$c->compname}} {{$c->baseguar}} @if($c->enabled==1) on @else off @endif {{$c->rate}}/5 Tarif id)}}')" href="javascript:;" class="btn btn-danger btn-sm mb-10" > Supprimer
@endsection @section('header-script') @endsection @section('footer-script') @endsection @section('custom-script') @endsection