@extends('layouts.admin') @section('title', 'Detail Projets') @section('link', 'projet') @section('content')

Détails du projet

{{ $post->titre_fr }} / {{ $post->titre_en }}

Liste des projets
Objectif {{ $post->objectif }} CAD
Total Gain {{$total}} CAD

Image du projet

{{ $post->description_fr }}

{{ $post->description_en }}

Liste des donateurs

@foreach( $users as $u )

{{ $u->name }} {{ $u->email }}

@endforeach
@endsection @section('js') @endsection