@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('getAuditLogData'), 'pageName' => 'Payment Details List', 'pageHeader'=> 'Payment Details Info', ])
@foreach($paymentList as $payment) {{-- @if($payment->student_id==693716804) {{dd($payment)}} @endif --}} @endforeach
Date Transaction ID Student ID Program Type Program Name Program Amount Payable Amount Paid Status Remarks
{{$payment->updated_at}} {{$payment->transactionId}} - {{$payment->transactionStatus}} {{$payment->student_id}} {{$payment->course_type}} {{$payment->course_title}} {{$payment->course_amount}} {{$payment->paid_amount}} {{$paymentStatus[$payment->paid_status]}} {{$payment->Remarks != "" ? $payment->Remarks : "N/A"}}
Date Transaction ID Student ID Program Type Program Name Program Amount Payable Amount Paid Status Remarks
{{--
--}} {{--
--}} {{--
--}} {{-- Payment Info--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @dump($paymentList)--}} {{-- @foreach($allAuditLog as $auditLog)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{-- ID--}} {{-- --}} {{-- Student ID--}} {{-- --}} {{-- Course Type--}} {{-- --}} {{-- Amount--}} {{-- --}} {{-- Custom Payment--}} {{-- --}} {{-- Remarks--}} {{-- --}} {{-- Payment Status--}} {{-- --}} {{-- Details--}} {{--
--}} {{-- {{$auditLog->date_time}}--}} {{-- --}} {{-- {{$auditLog->ip}}--}} {{-- --}} {{-- {{$auditLog->name}}--}} {{-- --}} {{-- {{$auditLog->page_URL}}--}} {{-- --}} {{-- {!! $auditLog->log_text !!}--}} {{--
--}} {{--
--}} {{-- @dump($allAuditLog)--}} {{--
{!! $allAuditLog->withQueryString()->links('pagination::bootstrap-4') !!}
--}} {{--
{!! $allAuditLog->withQueryString()->links('pagination::bootstrap-5') !!}
--}} {{-- {!! $allAuditLog->appends(['sort' => 'votes'])->links() !!}--}} {{--
--}}
@endsection @section('customJs') @endsection @section('documentJquery') @endsection