@extends('layouts.dash') @section('title') Reduction de mandat @stop @section('content') @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif

Reduction de mandat N°{!! $reduction_mandat->idPAD !!}

{{ html()->modelForm($reduction_mandat, 'PUT', url('reductions_mandats/' . $reduction_mandat->id))->open() }}
@include("indus.reductions.content_reductions")
@include("indus.reductions.liste_versements_reductions")
{{ html()->closeModelForm() }}
@stop @section('scripts') @include("indus.reductions.scripts_reductions") @stop