@extends('layouts.dash')
@section('title') CPSWF - Infos @stop
@section('content')
@if ($errors)
@foreach ($errors->all() as $error)
{!! $error !!}
@endforeach
@endif
{{ html()->modelForm($beneficiaire_cpswf)->open() }}
@include("cpswf.content")
{{ html()->closeModelForm() }}
@stop
@section('scripts0')
@stop