@extends('layouts.dash'.(($mode_frame)?'_pop':''))
@section('title') Aide Humaine @stop
@section('content')
@if (Session::has('close_pop'))
{{ Session::get('close_pop') }}
@else
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->form('POST', url('allocataires_humaines'))->open() }}
@include("humaines.content")
{{ html()->form()->close() }}
@endif
@stop
@section('scripts0')
@include("humaines.scripts_humaines")
@include("humaines.script_auto")
@stop