@extends('layouts.admin') @section('page-title') {{ __('Dashboard') }} @endsection @php $logo = asset(Storage::url('uploads/logo/')); $company_logo = \App\Models\Utility::getValByName('company_logo'); @endphp @push('script-page') @endpush @section('content') @if (\Auth::user()->type == 'Owner')
{{ __('Have a nice day! Did you know that you can quickly add your favorite product or category to the store?') }}
{{ __('Product') }} | {{ __('Quantity') }} | {{ __('Price') }} |
---|---|---|
@if (!empty($product->is_cover))
@else
@endif
{{ $product->name }} |
{{ $product->quantity }} |
{{ \App\Models\Utility::priceFormat($product->price) }}
{{ $totle_qty[$k] }} {{ __('Sold') }} |
{{ __('Orders') }} | {{ __('Date') }} | {{ __('Name') }} | {{ __('Value') }} | {{ __('Payment Type') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ \App\Models\Utility::dateFormat($order->created_at) }} |
{{ $order->name }} |
{{ \App\Models\Utility::priceFormat($order->price) }}
|
{{ $order->payment_type }}
|
|