@extends('layouts.backend.index') @section('title', 'Dashboard') @section('content') @if (Auth::user()->hasRole('admin') && empty(Auth::user()->email_verified_at) && !empty(Auth::user()->email))
Verifikasi Email
Kami sudah mengirim link verifikasi melalui email Anda, Silahkan cek inbox pada email Anda. Jika link verifikasi tidak ada atau sudah tidak berlaku, klik tombol dibawah ini untuk kirim ulang.
@if ($resend_email_verify) Kirim Ulang Link Verifikasi @else Kirim Ulang Link Verifikasi ( Tunggu s/d {{ $resend_email_verify_at }} WIB untuk kirim ulang ) @endif
@endif @if ($out_of_stock > 0)
Stok Habis
Ada {{ number_format($out_of_stock, 0, '', '.') }} barang yang stok nya mau habis.
@endif @if ($more_stock > 0)
Stok Melebihi Batas
Ada {{ number_format($more_stock, 0, '', '.') }} barang yang stok nya melebihi batas.
@endif
circle-image

Order

.....

  Qty : .....

Invoice

.....

  Qty : .....
circle-image

Payment

.....

  Qty : .....
circle-image

Delivery Order

.....

  Qty : .....

Canceled Order

.....

  Qty : .....

Due Invoice

.....

  Qty : .....

Unpaid Invoice

.....

  Qty : .....
Grafik Revenue & Cost  |  Tahun {{ date('Y') }}

Revenue
Cost
Grafik Order  |  Tahun {{ date('Y') }}

Order
Invoice
Payment
Delivery
@endsection @push('styles') @endpush @push('scripts') @endpush