@extends('layouts.main') @section('title', 'Payment Report') @section('content') @push('head') {{-- --}} @endpush
Filter Results
@csrf
{{--This is agency agent--}}
{{-- --}} @forelse ($data as $key=> $item) @empty @endforelse {{-- --}}
{{ __('S/N')}} {{ __('Transaction Ref')}} {{ __('Amount')}} {{ __('Agent Name')}} {{ __('Payment Status')}}{{ __('Payment Date')}} {{ __('Action')}}
{{$key+1}} {{$item->transaction_reference}} {{$item->amount}} {{$item->name}} {!! $item->payment_status==1 ? "Paid":"Unpaid" !!} requery {{$item->paid_at}} View
{{-- --}} @push('script') {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush @endsection