@extends('layouts.app') @section('title', __('accounting-reports::lang.balance_sheet')) @section('content') @lang('accounting-reports::lang.balance_sheet') Filters @lang('accounting-reports::lang.location') @lang('accounting-reports::lang.all_locations') @foreach($locations as $locationId => $locationName) {{ $locationName }} @endforeach @lang('accounting-reports::lang.as_on_date'): @lang('accounting-reports::lang.view') @lang('accounting-reports::lang.export') Balance Sheet Loading balance sheet... Balance Sheet Liabilities Assets @endsection @section('javascript') @endsection
Loading balance sheet...