@extends('frontend.layout.dashboard-master') @section('site_title', __('Dashboard')) @section('content') {{-- Profile Switch --}} @if(get_static_option('profile_switch_enable_disable') != 'disable')
{{ __('Wallet Balance') }}
{{ __('Total Services') }}
{{ __('Complete Order') }}
{{ __('Active Order') }}
| {{ __('Budget') }} | {{ __('Client') }} | {{ __('Payment Status') }} | {{ __('Create Date') }} | {{ __('Delivery Time') }} | {{ __('Option') }} |
|---|---|---|---|---|---|
| {{ float_amount_with_currency_symbol($order->price) }} |
@if($order->user && $order->user->image)
{{ $order->user ? strtoupper(substr($order->user->first_name ?? '?', 0, 1)) : '?' }}
@endif
{{ $order->user->fullname ?? __('N/A') }} {{ $order->user->email ?? '' }} |
@if($isPaid) • {{ __('Complete') }} @else • {{ ucfirst($order->payment_status) }} @endif | {{ $order->created_at->toFormattedDateString() }} | {{ $order->delivery_time }} | |
| {{ __('No orders found.') }} | |||||