@extends('admin.layout.master') @section('title') {{ $current_route->{'name_' . trans('admin.lang')} }} @stop @section('page-breadcrumb') @include('admin.layout.breadcrumb_view') @stop @section('page-actions') @include('admin.trial_balance.parts.buttons') @stop @section('page-content')

{{ csrf_field() }}
@if($results)
@Lang('admin.account-id') @Lang('admin.account-code') @Lang('admin.account_name') @Lang('admin.madeen') @Lang('admin.daen') @Lang('admin.total')
@Lang('admin.total') {{ number_format($results->where('type', 2)->sum('amount'), $system_settings->system_digit) }} {{ number_format($results->where('type', 1)->sum('amount'), $system_settings->system_digit) }} {{ number_format($results->where('type', 2)->sum('amount')-$results->where('type', 1)->sum('amount'), $system_settings->system_digit) }}
@endif @stop @section('css') @stop @section('js') @stop