@extends('layouts.dash')
@section('title') saisie d'un règlement @stop
@section('title_card') @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->form('POST', url('reglement_simple'))->open() }}
@include("recouvrement.reglements.content_saisie")
{{ html()->form()->close() }}
@stop
@section('scripts0')
@stop