@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') @include('admin.layout.error')

{{ csrf_field() }}
@if ($results)
@if ($start_date || $end_date) @endif
@Lang('admin.start_date'):{{ $start_date }} - @Lang('admin.end_date') :{{ $end_date }}
@Lang('admin.sanad_name') @Lang('admin.date') @Lang('admin.account_name') @Lang('admin.madeen') @Lang('admin.daen') @Lang('admin.band-details') @Lang('admin.type') @Lang('admin.old-total')
0 {{ $my_acccount }} {{ number_format($total_madeen, config('app.system_digit')) }} {{ number_format($total_daen, config('app.system_digit')) }} {{ trans('admin.accounts_reports-credit') }} {{ number_format($total_temp, config('app.system_digit')) }}
@Lang('admin.total') {{ number_format($total_madeen, config('app.system_digit')) }} {{ number_format($total_daen, config('app.system_digit')) }} {{ number_format($total, config('app.system_digit')) }}
@endif @stop @section('css') @stop @section('js')