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

Mandat Consultation

{{ html()->modelForm($mandat)->open() }} @include("mandatements.mandats_new.content") {{ html()->closeModelForm() }}
@stop @section('styles') @stop @section('scripts0') @stop