@extends('layout.app') @section('content')

Pop Name: {{ $pop->popname }}

Current Balance: {{ $pop->balance[0]['amount'] ?? 0}}


@if (checkSettings('bkash-pop-recharge') == 'enable') @endif @if (checkSettings('upay-pop-recharge') == 'enable') @endif @if (checkSettings('nagad-pop-recharge') == 'enable') @endif

Pop Recharge History

@foreach ($popList as $r) @endforeach
Date Amount After Recharge Balance Remarks Recharge By
{{ date('d-M-Y h:i:sa', strtotime($r->created_at)) }} {{ $r->amount }} {{ $r->after_recharge_balance }} {{ $r->remarks }} {{ $r->user->name ?? '' }}
@endsection @push('js') @endpush