@extends('corporate.layout.base') @section('title', 'Recharge ') @section('content')
@lang('admin.id') | Last Four Digit | Brand | Status | @lang('admin.action') |
---|---|---|---|---|
{{ $index + 1 }} | ****{{$card->last_four}} | {{ $card->brand }} | is_default==0) style="background-color: greenyellow;" @else style="background-color: #c4e88b;" @endif>{{ ($card->is_default==0) ? 'NoDefault' : 'Default' }} | |
@lang('admin.id') | Last Four Digit | Brand | Status | @lang('admin.action') |
@lang('admin.corporate.Ride_count') | @lang('admin.recharge_option') | @lang('admin.total_riding_amount') | @lang('admin.action') |
---|---|---|---|
{{ count(\App\UserRequests::whereIn('user_id',$user_ids)->wherepostpaid_payment_status('NOTPAID')->wherestatus('COMPLETED')->pluck('id')) }} | {{ $corporate->recharge_option }} | {{ currency(\App\UserRequestPayment::whereIn('request_id',$user_request_ids)->sum('total')) }} | @if(\App\UserRequestPayment::whereIn('request_id',$user_request_ids)->sum('total') != 0) @if($default_card && (Auth::user()->recharge_option == 'POSTPAID')) @else @if(Auth::user()->recharge_option == 'POSTPAID') @else PAID @endif @endif @else Paid @endif |
@lang('admin.corporate.Ride_count') | @lang('admin.recharge_option') | @lang('admin.total_riding_amount') | @lang('admin.action') |
@lang('admin.id') | Recharge Option | Amount | Payment Status | Paid Date |
---|---|---|---|---|
{{ $index + 1 + $page_plus }} | {{ $history->recharge_option }} | {{ $history->amount }} | {{ $history->payment_status }} | {{ date('d M Y', strtotime($history->created_at) )}} |
@lang('admin.id') | Recharge Option | Amount | Payment Status | Paid Date |