@extends('layouts.dash')
@section('title') Types de mandats @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->modelForm($mandat_type, 'PUT', url('mandats_types/' . $mandat_type->id))->open() }}
@include("param.mandats_types.content")
{{ html()->closeModelForm() }}
@stop
@section('scripts0')
@stop