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

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

@endif
@foreach($auto_reduction as $key => $ar) @endforeach
# Description Taux Action
{{++$key}} {{$ar->desc_reduction}} {{$ar->rate}}
@endsection @section('header-script') @endsection @section('footer-script') @endsection @section('custom-script') @endsection