@extends ('core.layouts.app') @section ('title', trans('accounts.balance_sheet').' | ' . trans('labels.backend.accounts.management')) @section('page-header')

{{ trans('labels.backend.accounts.management') }} {{ trans('labels.backend.accounts.create') }}

@endsection @section('content')

{{trans('accounts.balance_sheet')}} {{ trans('general.print') }}

@include('focus.accounts.partials.accounts-header-buttons')
@php $gross_ac=array(); @endphp @foreach($account_types as $key => $t_row)
@endsection @section('after-scripts') @endsection