@extends('layouts.admin') @section('title','Volunteers') @section('content')

Volunteer Applications

Export CSV
@foreach($volunteers as $volunteer) @endforeach
Name Phone Status
{{ $volunteer->name }} {{ $volunteer->phone }} {{ $volunteer->status }}
@csrf @method('PATCH')
{{ $volunteers->links() }} @endsection