@extends('layouts.app') @section('title') {{ config('settings.company_name') }} -> {{ __('root.reports.notes') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content')

{{ __('root.reports.notes') }}


{{ __('root.reports.ledger_type_wise') }} {{ __('root.reports.show_all') }}


{{ csrf_field() }}

{{ __('root.reports.period') }}

{{ __('root.reports.to') }}

{{ __('root.reports.ledger_group_wise') }} {{ __('root.reports.show_all') }}


{{ csrf_field() }}

{{ __('root.reports.period') }}

{{ __('root.reports.to') }}
@stop @push('include-css') @endpush @push('include-js') @endpush