@extends('layouts.master') @section('title', __('accounting.report') . ' | ' . __('accounting.balance_sheet')) @section('content_title', __('accounting.report')) @section('content_summary', __('accounting.balance_sheet')) @section('main_content')
{{-- Filter form start --}}

{{ __('core.filter') }}

@if (auth()->user()->hasRole('Super Admin'))
@else @endif
{{-- Filter form end --}}
{{ __('accounting.liability') }}

{{ __('accounting.employee_salary_due') }} : 00

{{ __('accounting.assets') }}

{{ __('accounting.student_fee_due') }} : 00

{{ __('accounting.account_balances') }} :

@endsection @push('script') @endpush