@extends('layouts.admin') @section('content')
Before Fees: {{round($before_paymob_fees_amount,2)}} EGP
After Fees: {{round($after_paymob_fees_amount,2)}} EGP
@endif| Id | Name | Amount (Before Paymob Fees) | Amount (After Paymob Fees) | Date/Time |
|---|---|---|---|---|
| {{++$count}} | {{$item->first_name.' '.$item->middle_name.' '.$item->last_name}} | {{$item->amount}} | {{$item->opay_net_amount}} | {{ date('Y-m-d', strtotime($item->created_at)) . ' / '}} {{date('h:i A', strtotime($item->created_at))}} |
Displaying {{$total_amount->count()}} of {{ $total_amount->total() }} discount(s).