@extends('layouts.dash') @section('title') Enfant @stop @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@else @if ($errors) @foreach ($errors->all() as $error)
{!! $error !!}
@endforeach @endif
@if($allocataire)

Nouvelle fiche Enfant

@endif
{{ html()->form('POST', url('enfants'))->open() }} @include("tiers.enfants.content") {{ html()->form()->close() }}
@endif @stop @section('scripts0') @include('tiers.enfants.scripts_enfant') @stop