@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.daily-final-report') }} @stop @section('page-header') @endsection @section('content')

فرع: {{ auth()->user()->branch->name ?? 'الفرع الرئيسي' }}

هاتف : 0571700030

الشعار

التقرير الختامي اليومي

تاريخ التقرير: @if($start_at == $end_at) {{ $start_at }} @else من {{ $start_at }} إلى {{ $end_at }} @endif

وقت الاستخراج: {{ now()->format('H:i:s') }}


إجمالي مبيعات التشغيل
Total Sales Summary
{{ number_format($totals->detail_sales_value ?? 0, 2) }} مبيعات تفصيل (أقمشة) Fabric Sales
{{ number_format($totals->points_sales ?? 0, 2) }} مبيعات جاهز Ready Sales
{{ number_format(($totals->detail_sales_value ?? 0) + ($totals->points_sales_value ?? 0), 2) }} الإجمالي العام Public Sale
إجمالي مردود التفصيل
Total Sales Returns
{{ number_format($returns->detail_return ?? 0, 2) }} مردود تفصيل Return Detail
{{ number_format($returns->points_return ?? 0, 2) }} مردود نقاط Return Point
{{ number_format(($returns->detail_return ?? 0) + ($returns->points_return ?? 0), 2) }} إجمالي المردود Public Return
إحصائيات القطع
Piece Statistics
{{ number_format($stats->total_pics ?? 0, 0) }} إجمالي عدد القطع Total Pieces
{{ number_format($stats->delivered_pics ?? 0, 0) }} القطع المستلمة Delivered
{{ number_format($stats->returned_pics ?? 0, 0) }} القطع المرتجعة Returned
{{ number_format(($stats->delivered_pics ?? 0) - ($stats->returned_pics ?? 0), 0) }} صافي القطع Net Pics
{{-- صف العربون --}} {{-- صف التحصيل --}} {{-- صف التحصيل --}} {{-- صف الإجمالي العام --}}
البند
Clause
الدخل
Income
الإجمالي النهائي
Final Total
النقدية Cash الشبكة Cards الإجمالي Total
العربون Deposit {{ number_format($depositStats->cash_deposit ?? 0, 2) }} {{ number_format($depositStats->network_deposit ?? 0, 2) }} {{ number_format(($depositStats->cash_deposit ?? 0) + ($depositStats->network_deposit ?? 0), 2) }} {{ number_format(($depositStats->cash_deposit ?? 0) + ($depositStats->network_deposit ?? 0), 2) }}
التحصيل Collection {{ number_format($collectionStats->cash_collection ?? 0, 2) }} {{ number_format($collectionStats->network_collection ?? 0, 2) }} {{ number_format(($collectionStats->cash_collection ?? 0) + ($collectionStats->network_collection ?? 0), 2) }} {{ number_format(($collectionStats->cash_collection ?? 0) + ($collectionStats->network_collection ?? 0), 2) }}
إجمالي الدخل العام Grand Total Income {{ number_format($totalCashInSafe ?? 0, 2) }} {{ number_format($totalNetwork ?? 0, 2) }} {{ number_format($totalInSafe ?? 0, 2) }} {{ number_format($totalInSafe ?? 0, 2) }}
دخل الشبكات
Cards Income
شبكة
Cards
الإجمالي Total
المدفوع إلكتروني Electronic Payment {{ number_format($totalNetwork, 2) }} {{ number_format($totalNetwork, 2) }}

{{ number_format($totalInSafe, 2) }} ريال

Total Balance

@endsection