@extends('layouts.dash')
@section('title') Bénéficiaire @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{{ html()->modelForm($beneficiaire, 'PUT', url('beneficiaires/' . $beneficiaire->id))->open() }}
{{ html()->hidden( 'benef_type',$benef_type) }}
@include("tiers.beneficiaires.content")
{{ html()->closeModelForm() }}
@stop
@section('styles')