@extends('layouts.main') @section('title', 'Payment Report') @section('content') @push('head') @endpush
@forelse ($data as $key=> $item) @empty @endforelse
{{ __('S/N')}} {{ __('Month')}} {{ __('Amount')}} {{ __('Action')}}
{{$key+1}} {{$item->month_name}} {{$item->year}} {{$item->amount}}
{{-- --}} @push('script') {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endpush @endsection