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