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

Nouveau allocataire

{{ html()->form('POST', url('allocataires'))->attributes(['id'=>'allocataire'])->open() }} @include("tiers.allocataires.content") {{ html()->form()->close() }}
@stop @section('scripts') @include("tiers.allocataires.scripts_allocataires") @stop