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

Nouveau Mandat

{{ html()->form('POST', url('mandats'))->open() }} @include("mandatements.mandats.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @stop