@extends('layouts.master') @section('title') Donors @endsection @section('css') @endsection @section('content') @component('common-components.breadcrumb') @slot('title') @endslot @can('Donors Create') @slot('add_btn')
# | Donor Name | Donor Email | Contact no | @can('Donors Edit')Status | @endcanRegistered Date | @canany(['Donors Edit','Donors View','Donors Delete'])Action | @endcan||
---|---|---|---|---|---|---|---|---|
{{$i}} |
@if (!$row->profile_pic)
![]() |
{{$row->name}} | {{$row->email}} | {{$row->phone_no}} | @can('Donors Edit') @if($row->status == "1")Active | @elseInactive | @endif @endif{{date('m-d-Y', strtotime($row->created_at))}} | @canany(['Donors Edit','Donors View','Donors Delete'])@endcan |