@extends('panel.layouts.app') @section('content')
All Orders

{{ $orders['count']['all_orders'] }}

{{ $orders['count']['all_orders_pending'] }} Inprocess
{{ $orders['count']['all_orders_active'] }} Check & Pay
{{ $orders['count']['all_orders_paid'] }} Ready To Download

from Current period
All Quote

{{ $orders['count']['all_orders'] }}

{{ $orders['count']['all_quotes_pending'] }} Inprocess
{{ $orders['count']['all_quotes_active'] }} Ready To Order
{{ $orders['count']['all_quotes_paid'] }} Ready To Download

from Current period
Edits

0

0 Inprocess
0 Check & To Pay
0 Ready To Download

from Current period
All Payment

$159

$159 Total Payment
$145 Paid Order
$14 Unpaid Order

from Current period
New Digitizing Order
@foreach($orders['digitizing_orders'] as $order) @endforeach
DO No# Date Design Name Status Amount Pay.Status Payment Method Details
{{ $order->Number }} {{ $order->created_at }} {{ $order->NameDesign }} ${{ $order->Amount }}
DO No# Date Design Name Status Amount Pay.Status Payment Method Details
New Digitizing Qoute
@foreach($orders['digitizing_quotes'] as $order) @endforeach
DQ No# Date Design Name Status Converted Details
{{ $order->Number }} {{ $order->created_at }} {{ $order->NameDesign }} ${{ $order->Amount }}
DO No# Date Design Name Status Converted Details
Showing 1 to 5 of 5 entries
New Vector Order
@foreach($orders['vector_orders'] as $order) @endforeach
DO No# Date Design Name Status Amount Pay.Status Payment Method Details
{{ $order->Number }} {{ $order->created_at }} {{ $order->NameDesign }} ${{ $order->Amount }}
DO No# Date Design Name Status Amount Pay.Status Payment Method Details
Showing 1 to 5 of 1 entries
New Vector Qoute
@foreach($orders['vector_quotes'] as $order) @endforeach
DQ No# Date Design Name Status Converted Details
{{ $order->Number }} {{ $order->created_at }} {{ $order->NameDesign }} ${{ $order->Amount }}
DO No# Date Design Name Status Converted Details
Showing 1 to 5 of 1 entries
New Edits
EO No# Date Old Oder No# Status Pay.Status Details
DO No# Date Design Name Status Converted Details
Showing 1 to 5 of 1 entries
@endsection