@extends('admin.layout') @section('title', 'Kelola Relawan') @section('subtitle', 'Tambah, edit, dan hapus data relawan') @section('content')
Total: {{ $volunteers->count() }} relawan
Download template, isi data, lalu upload kembali.
{{ $message }}
@enderror| # | Nama | PIN | Bagian Kerja | Aksi |
|---|---|---|---|---|
| {{ $idx + 1 }} |
{{ substr($vol->name, 0, 1) }}
{{ $vol->name }}
|
{{ $vol->pin }}
|
@php $assignment = $vol->volunteerAssignments->first(); @endphp @if ($assignment) {{ $assignment->workSection->name }} @else Belum ditugaskan @endif |
|