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

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

{{ html()->modelForm($allocataire_projet)->open() }} @include("projets.content") {{ html()->closeModelForm() }}
@endif @stop @section('scripts0') @include("projets.scripts_projets") @stop