@extends('layouts.master') @section('title') Donor's Profile @endsection @section('content') @component('common-components.breadcrumb') @slot('title') Profile @endslot @endcomponent
Welcome Back !

It will seem like simplified

@if (!$row->profile_pic) @else @endif
{{$row->name}}

Donor

Personal Information

Name : {{$row->name}}
Mobile : {{$row->phone_no}}
E-mail : {{$row->email}}

Total Campaign

{{ $info['count'] }}

This Month Donation

$@php echo round($info['avg'],2); @endphp

Total Donation

${{ $info['sum'] }}

My Campaign

@php $i = 1; @endphp @foreach ($info['get_doantion'] as $value ) @php $i++ @endphp @endforeach
# 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 }}
@endsection @section('script') @endsection