@extends('admin.layouts.app') @section('title', $project->project_title) @section('breadcrumb') / Projects / {{ $project->project_code }} @endsection @push('styles') @endpush @section('content')
{{ $project->project_code }}
· {{ $project->csrCompany->company_name ?? '—' }}
@if($project->category) · {{ $project->category->name }} @endif
{{ $project->project_code }}No expenses recorded
@endif| ID | Name | Mobile | Category | Assistance | Status |
|---|---|---|---|---|---|
{{ $ben->beneficiary_id }} |
{{ $ben->name }} | {{ $ben->mobile ?? '—' }} | {{ $ben->category ?? '—' }} | {{ $ben->assistance_type ?? '—' }} | {{ ucfirst($ben->status) }} |
| No beneficiaries assigned to this project | |||||
| ID | Name | Mobile | Skills | Joining | Status |
|---|---|---|---|---|---|
{{ $vol->volunteer_id }} |
{{ $vol->name }} | {{ $vol->mobile }} | {{ Str::limit($vol->skills,40) ?? '—' }} | {{ $vol->joining_date?->format('d M Y') ?? '—' }} | {{ ucfirst($vol->status) }} |
| No volunteers assigned | |||||