@extends('layouts.app') @section('title', __('accounting::lang.subsidiary_ledger')) @section('content') @include('accounting::layouts.nav')

@lang('accounting::lang.subsidiary_ledger')

@format_date($start_date) ~ @format_date($end_date)

@if($dimension_type === 'contact') @endif @forelse($rows as $row) @if($dimension_type === 'contact') @endif @empty @endforelse
@lang('lang_v1.holding_code') @lang('lang_v1.name')@lang('lang_v1.type')@lang('accounting::lang.debit') @lang('accounting::lang.credit') @lang('accounting::lang.net_balance')
{{ $row->code }} {{ $row->name }}@lang('lang_v1.'.$row->type)@format_currency($row->total_debit) @format_currency($row->total_credit) @format_currency($row->net_balance)
@lang('accounting::lang.no_subsidiary_rows')
@endsection @section('javascript') @endsection