@forelse($transactions as $value) @empty
@endforelse
Student Ref# Amount ({{$currency}}) Date Method Payment Status Narration
{{ $value->studentRecord->user->name ?? 'N/A' }} {{$value->ref}} {{$value->amount}} {{$value->payment_date}} {{$value->payment_method}} {{$value->status}} @if($value->status == 'Paidss') @endif {{ $this->shorten_text($value->narration, 30)}}
{{$transactions->links()}}
@livewire('wire-modal',['position'=>'modal-dialog-centered'])
@script @endscript