@extends('layouts.dash'.(($mode_frame)?'_pop':''))
@section('title') Handicap @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_handicap'))->open() }}
@include("handicap.content")
{{ html()->form()->close() }}
@endif
@stop
@section('scripts0')
@include("handicap.scripts_handicap")
@stop