@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.accounts_reports.parts.buttons') @stop @section('page-content')

{{ csrf_field() }}
@if($results)
@foreach($results as $item) @endforeach @foreach($total as $key=>$value) @endforeach
{{ $customer_view ? trans('admin.customer-code'):trans('admin.supplier-code') }} @Lang('admin.account_name') @Lang('admin.opening_balance') @Lang('admin.madeen') @Lang('admin.daen') @Lang('admin.closing_balance')
{{ $key }} {{ $value }} {{ number_format($opening, config('app.system_digit')) }} {{ number_format($total_madeen[$key], config('app.system_digit')) }} {{ number_format($total_daen[$key], config('app.system_digit')) }} {{ number_format($opening + $total_madeen[$key] - $total_daen[$key], config('app.system_digit')) }}
@Lang('admin.total') {{ number_format($total_opening, config('app.system_digit')) }} {{ number_format($total_all_madeen, config('app.system_digit')) }} {{ number_format($total_all_daen, config('app.system_digit')) }} {{ number_format($total_opening + $total_all_madeen - $total_all_daen, config('app.system_digit')) }}
@endif @stop @section('css') @stop @section('js')