@extends('layouts.app') {{-- Important Variables --}} @section('title') {{__('lang.sale_aging_report')}} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{__('lang.sale_aging_monthwise_report')}}

{{__('lang.search_criteria')}}


{{ csrf_field() }}
@php $to_year = date('Y') + 10; @endphp
@stop @push('include-css') @endpush @push('include-js') {{-- --}} @endpush