@extends('web.profile.profile-master') @section('payment-history-content')
{{ __('Name') }}
{{ $transaction->user->name ?? 'N/A' }}
{{ __('Email') }}
{{ $transaction->user->email ?? 'N/A' }}
{{ __('Phone No') }}
{{ $transaction->user->phone_no ?? 'N/A' }}
{{ __('Service Time') }}
{{ $transaction->boostPlan->sustain_days ?? 'N/A' }} {{ __('Days') }}
{{ __('Date') }}
{{ $transaction->created_at->format('d/m/Y') }}
{{ __('Status') }}
{{ __('No payment history found') }}.
@endforelse {{-- Pagination --}} @if ($transactions->count())