@extends('layouts.dash')
@section('title') Mandat @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->modelForm($mandat, 'PUT', url('/mandats_new/' . $mandat->id))->attributes(['id'=>'form'])->open() }}
@include("mandatements.mandats_new.content")
{{ html()->closeModelForm() }}
@stop
@section('styles')
@stop
@section('scripts0')
@stop