@extends('admin.layouts.app') @section('title','Volunteers') @section('breadcrumb') / Volunteers @endsection @section('content')
Manage volunteer registrations and assignments
| ID | Name | Mobile | Skills | Department | Project | Availability | Joined | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
{{ $vol->volunteer_id }} |
@if($vol->photo)
{{ substr($vol->name,0,1) }}
@endif
{{ $vol->name }}
|
{{ $vol->mobile }} | {{ Str::limit($vol->skills,30) ?? '—' }} | {{ $vol->department?->name ?? '—' }} | {{ Str::limit($vol->assignedProject?->project_title,25) ?? '—' }} | {{ ucwords(str_replace('_',' ',$vol->availability)) }} | {{ $vol->joining_date?->format('d M Y') ?? '—' }} | {{ ucfirst($vol->status) }} | |
| No volunteers found | |||||||||