@extends('layouts.master') @section('title') Donor's Profile @endsection @section('content') @component('common-components.breadcrumb') @slot('title') Profile @endslot @endcomponent
It will seem like simplified
Donor
Name : | {{$row->name}} |
---|---|
Mobile : | {{$row->phone_no}} |
E-mail : | {{$row->email}} |
Total Campaign
This Month Donation
Total Donation
# | Campain | Date | Deadline | Donation |
---|---|---|---|---|
{{$i}} | {{ $value->campaign_name }} | {{date('m-d-Y', strtotime($value->created_at))}} | {{date('m-d-Y', strtotime($value->updated_at))}} | ${{ $value->donation }} |