PROJET DE FINANCEMENT
@if ($errors->any())
@endif
@if(session("success"))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{session('success')}}
@elseif(session("error"))
{{session('error')}}
@endif
@if($user->investment_project_allow==null)
@include('dashboard.investment.components.investisement-module-activation',['user'=>$user])
@else
Configurations
@endif
| Couverture | Intitulé | Type D'investissement | Visibilité | Date de création | |
|---|---|---|---|---|---|
|
|
|
{{substr($projet->titre,0,20)}} ... | {{ $projet->support_investissement }} | @if($projet->visibility==1) Visible @else Désactivé @endif | {{date("d M Y h:i:s",strtotime($projet->created_at))}} |
{{ $investment_projects->links() }}