@extends('admin.layouts.app') @section('title', 'Projects') @section('header-title', 'Projects') @section('content')
| Name | Total Cost | Max Partners | Min Amount | Max Return | Status | Created By | |
|---|---|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->total_cost ? number_format($p->total_cost, 2) : '-' }} | {{ $p->max_partners ?? '-' }} | {{ $p->min_partnership_amount ? number_format($p->min_partnership_amount, 2) : '-' }} | {{ $p->max_profit_return ?? '-' }} | {{ $p->status }} | {{ $p->creator?->name ?? '-' }} | View Investments Edit |
| No projects yet. | |||||||