{{-- @php dump($option) @endphp --}} @use('App\Enums\OptionStatus') @extends('front.layouts.base') @section('content')

Mon projet

Suivez l'avancée en temps réel de votre investissement et retrouvez toutes les étapes de vente @if($program) @endif
Mes projets en cours {{ $option->lot->number }} | {{ $option->lot->type }} | {{ $option->lot->surface }} | {{ $option->lot->floor }}
@if($option->lot !== null && $option->lot->documents->count() > 0)
Documents du lot
@foreach ($option->lot->documents as $key => $document)
{{ $document->name }} Télécharger
@if($key + 1 !== $option->lot->program->documents->count())
@endif @endforeach
@endif @if($option->lot->program !== null && $option->lot->program->documents->count() > 0)
Documents du programme
@foreach ($option->lot->program->documents as $key => $document)
{{ $document->name }} Télécharger
@if($key + 1 !== $option->lot->program->documents->count())
@endif @endforeach
@endif
@if($option->lot !== null && $option->lot->documents->count() > 0)
Documents du lot
@foreach ($option->lot->documents as $key => $document)
{{ $document->name }} Télécharger
@if($key + 1 !== $option->lot->program->documents->count())
@endif @endforeach
@endif @if($option->lot->program !== null && $option->lot->program->documents->count() > 0)
Documents du programme
@foreach ($option->lot->program->documents as $key => $document)
{{ $document->name }} Télécharger
@if($key + 1 !== $option->lot->program->documents->count())
@endif @endforeach
@endif
@endsection @section('jquery-ui.lib.js') @endsection @section('jquery-ui.tabs.js') @endsection @section('jquery-ui.lib.css') @endsection @section('user.show.tache.js') @endsection