@extends('layouts.dash')
@section('title') Mandat @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->form('POST', url('mandats_new'))->open() }}
@include("mandatements.mandats_new.content")
{{ html()->closeModelForm() }}
@stop
@section('scripts0')
@stop