@extends('layouts.admin-app') @section('title')
User/ Owner | {{ ucwords($projUser->fname.' '.$projUser->lname) }} | |||||||
---|---|---|---|---|---|---|---|---|
Title | Category | Description | Goal | Donations | Goal Status | Rank | Status | Action |
{{ ucwords($project->title) }} | {{ strtolower($project->category->name?? '') }} | {{ $project->description }} | {{ $project->goal }} | {{ $project->donations->sum('donated') }} | {{ $project->goal_status }} | {{ $project->ranked }} | {{ $project->status }} |