Generate New Gift Range Report
Result
| No | username | Total Gift Sent | Total Gift Received |
|---|---|---|---|
| {{ $key + 1 }} | {{ $gift->username }} | $ {{ $gift->sentByGifts->sum('amount') }} | $ {{ $gift->sentToGifts->sum('amount') }} |
@extends('admin.layouts.app') @section('title', 'Generate New Gift Range Report') @section('page_css') @endsection @section('section')
| No | username | Total Gift Sent | Total Gift Received |
|---|---|---|---|
| {{ $key + 1 }} | {{ $gift->username }} | $ {{ $gift->sentByGifts->sum('amount') }} | $ {{ $gift->sentToGifts->sum('amount') }} |