@extends('admin.layouts.master') @section('title')Volunteers @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Volunteers @endslot @slot('title')Volunteers @endslot @endcomponent
Sr. No. | Name | Date | Time | |
---|---|---|---|---|
{{ $key+1 }} | {{ $volunteer->name }} | {{ $volunteer->email }} | {{ date('d-m-Y', strtotime($volunteer->date)) }} | {{ date('h:i a', strtotime($volunteer->time)) }} |