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

{{ __('Total Amount') }}

{{ currency_format($total_income, currency: business_currency()) }}

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

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

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

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