@extends('layouts.app') @section('title', __('accounting-reports::lang.trial_balance')) @section('content') @lang('accounting-reports::lang.trial_balance') Filters @lang('accounting-reports::lang.location') @lang('accounting-reports::lang.all_locations') @foreach($locations as $locationId => $locationName) {{ $locationName }} @endforeach @lang('messages.filter_by_date'): @lang('accounting-reports::lang.view') @lang('accounting-reports::lang.export') Trial Balance Loading... @endsection @section('javascript') @endsection