@extends('back-office.layouts.layout-default') @section('specific_css') @endsection @section('page_content')

Points Forts

@foreach (json_decode($project->strengths) as $strength)
{{ $strength->strengths }}
@endforeach

Points Faibles

@foreach (json_decode($project->weaknesses) as $weaknesse)
{{ $weaknesse->weaknesses }}
@endforeach

Modes de financement

En MAD
340K
@php $count = 0; $color =['success', 'warning', 'brand', 'danger']; @endphp @foreach (json_decode($project->financing_modes) as $item)
{{ $item->value . ' ' . $item->label }} @php $count < 3 ? $count++ : $count = 0 ; @endphp
@endforeach

Programme d'investissement

En MAD
340K
@php $count = 0; $color =['success', 'warning', 'brand', 'danger']; @endphp @foreach (json_decode($project->investment_program) as $item)
{{ $item->value . ' ' . $item->label }} @php $count < 3 ? $count++ : $count = 0 ; @endphp
@endforeach

Autres informations

Secteurs d'Appui & Partenatiats

{{ $project->partnerships }}

Départements à contacter

{{ $project->contacts }}

Équipements

{{ $project->equipment }}

@endsection @section('specific_js') @endsection