@extends('admin.layouts.app') @section('title','Volunteer Report') @section('breadcrumb') / Reports / Volunteers @endsection @section('content')
Volunteers by availability, department and project
| ID | Name | Mobile | Availability | Department | Project | Status |
|---|---|---|---|---|---|---|
{{ $v->volunteer_id }} |
{{ $v->name }} | {{ $v->mobile }} | {{ ucfirst(str_replace('_',' ',$v->availability)) }} | {{ $v->department->name ?? '—' }} | {{ $v->assignedProject->project_title ?? '—' }} | {{ ucfirst($v->status) }} |
| No volunteers found | ||||||