Projet de Financement
@if($user->investment_project_allow!=null) @endif
@if ($errors->any())
@endif
@if(session("success"))
@elseif(session("error"))
@endif
@if($user->investment_project_allow==null)
@include('dashboard.investment.components.investisement-module-activation',['user'=>$user])
@else
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{session('success')}}
{{session('error')}}
| Actions | Couverture | Intitulé | Type d'investissement | Visibilité | Date de création |
|---|---|---|---|---|---|
|
|
|
{{$projet->titre}} | {{ $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() }}
@endif