@extends('layouts.app') @section('title') {{ __('root.reports.trial_balance_manage') }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.left-sidebar') @stop @section('content') {{ __('root.reports.trial_balance_manage') }} {{ __('root.reports.branch_wise') }} {{ __('root.reports.show_all') }} {{ csrf_field() }} {{ __('root.reports.select_branch_name') }} @foreach ($branches as $Branch) {{ $Branch->name }} @endforeach {{ __('root.reports.to') }} @stop @push('include-css') @endpush @push('include-js') @endpush