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

Type de mandat {!! $mandat_type->type." - ".$mandat_type->libelle !!}

{{ html()->modelForm($mandat_type, 'PUT', url('mandats_types/' . $mandat_type->id))->open() }} @include("param.mandats_types.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @stop