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

Nouvelle Réduction de mandat

{{ html()->form('POST', url('reductions_mandats'))->open() }}
@include("indus.reductions.content_reductions")
@include("indus.reductions.liste_versements_reductions")
{{ html()->form()->close() }}
@stop @section('scripts0') @include("indus.reductions.scripts_reductions") @stop