@extends('layouts.master')
@section('title') Fiche enfant @stop
@section('content')
Enfant : {!! $enfant->nom_complet !!}
{!! Form::model($enfant, ['enfant' => 'form'
, 'url' => '/tiers/enfants/' . $enfant->id, 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
@stop