{{-- @extends('layouts.top-nav') --}}
@extends('seller.layouts.app')
@section('title')
{{ __('dashboard') }}
@endsection
@section('breadcrumbs')
{{ __('Vendor dashboard') }}
@endsection
@section('content')
Total Order Confirm
{{ $totalOrderConfirm }}
Total sale amount
{{ $totalOrderSale }}
Today total Order
{{ $todayOrder }}
Today Order Confirm
{{ $todayOrderConfirm }}
Today Order Cancel
{{ $todayOrderCancel }}
Total Order Sale
{{ $todayOrderSale }}
Total Blog Post
{{ $blog }}
| Page name |
Visitors |
Unique |
|
/about.html
|
4,896 |
3,654 |
|
/index.html
|
4,896 |
3,654 |
| # |
Name |
| 1 |
Google Chrome |
| 2 |
Edge |
| 3 |
Mozila Firefox |
| No. |
Invoice Subject |
Client |
VAT No. |
Created |
Status |
Price |
Action |
| 001401 |
Design Works |
Carlson Limited
|
87956621
|
15 Dec 2017
|
Paid
|
$887 |
|
@endsection
@section('script')
@endsection
1