@extends("admin/layouts.master-soyuz") @section('title',__('Admin Dashboard | ')) @section("body") @component('admin.component.breadcumb') @slot('heading') {{ __('Dashboard') }} @endslot @endcomponent
{{ __('Connection Problem !') }}
@endif @else{{ __('Set up your facebook page key in Admin Dashboard Setting !') }}
@endif{{ __('Connection Problem !') }}
@endif @else{{__('Set up Twitter username in Admin Dashboard Setting !')}}
@endif{{ __('Connection Problem !') }}
@endif @else {{__("Set up Instagram username in")}}
{{ __('Admin Dashboard Setting !') }}
# | {{ __('Order ID') }} | {{ __('Customer name') }} | {{ __('Total Qty') }} | {{ __('Total Price') }} | {{ __('Order Date') }} |
---|---|---|---|---|---|
{{$key+1}} | #{{ $inv_cus->order_prefix.$order->order_id }} | {{ $order->user->name }} | {{ $order->qty_total }} | {{ $order->order_total }} | {{ date('d-M-Y',strtotime($order->created_at)) }} |
{{ __("No orders found !") }} |
# | {{ __("Store Name") }} | {{ __('Buisness Email') }} | {{ __('Request By') }} |
---|---|---|---|
{{$key + 1}} | {{ $store->name }} | {{ $store->email }} | {{ $store->owner }} |
{{ __("No store request yet !") }} |
{{ $user->email }}
{{ date('Y-m-d',strtotime($user->created_at)) }}