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

Projet : {!! $allocataire_projet->DetailProjet !!}

{{ html()->modelForm($allocataire_projet, 'PUT', url('allocataires_projets/'.$allocataire_projet->id))->open() }} @include("projets.content") {{ html()->closeModelForm() }}
@stop @section('scripts0') @include("projets.scripts_projets") @stop