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

Taux de Handicap évalué le : {!! $allocataire_handicap->date_evaluation !!}

{{ html()->modelForm($allocataire_handicap, 'PUT', url('allocataires_handicap/'.$allocataire_handicap->id))->open() }} @include("handicap.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @include("handicap.scripts_handicap") @stop