@extends('business::layouts.master') @section('title') {{ __('Income Reports') }} @endsection @section('main_content')

{{ __('Total Amount') }}

{{ currency_format($total_income, 'icon', 2, business_currency()) }}

{{ __('Income Report List') }}

@include('business::print.header')

{{ __('Income Report List') }}

@csrf
@csrf
@include('business::reports.income.datas')
{{ __('SL') }}. {{ __('Amount') }} {{ __('Category') }} {{ __('Income For') }} {{ __('Payment Type') }} {{ __('Reference Number') }} {{ __('Income Date') }}
{{ $income_reports->links('vendor.pagination.bootstrap-5') }}
@endsection