@extends('Customer.customer-layout') @section('body') @include('Customer.left-menu')
Back To Dashboard

Bill Pay

@foreach ($details['paymentinfo'] as $r) @endforeach
Paid Amount Description Payment Date
{{ $r->paid_amount }} {{ $r->description }} {{ date('d-M-Y h:i:a', strtotime($r->created_at)) }}
{{ $details['paymentinfo']->onEachSide(2)->links() }}
{{-- {{dd($details)}} --}} @endsection