@extends('layouts.master') @section('css') @endsection @section('title') Main Ledger Report @endsection @section('content')
Main Ledger Report ({{ $ledger->name }})
Current Financial Year :- {{ \Carbon\Carbon::parse($currentFinancial->fy_from)->format('d M y') }} - {{ \Carbon\Carbon::parse($currentFinancial->fy_to)->format('d M y') }}
Opening Balance :
@if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif @if(Auth::user()->company_profile->item_cost_allocation == 1) @endif
Date Voucher Number Particulars Voucher Type Debit Credit Running Balance Supplier
Invoice No
Vehicle No Remarks Payment TypeCost Allocation
Items
Action
Total
Opening Balance
Closing Balance
Pending Payment Cheque
Pending Collection Cheque
Final Closing Balance
{{-- Print Modal --}} {{-- Detailed Print Modal --}} @endsection @section('script') {{-- --}} @endsection