@extends('layouts.main') @section('title', 'Payment Report') @section('content') @push('head') @endpush
{{-- --}}
@foreach ($data as $key => $item) @endforeach
S/N Abbrevation Full Meaning
{{$key}} {{$item}}
{{-- --}} @push('script') @endpush @endsection