@extends('admin.layout.app', ['title' => 'Dashboard']) @section('preload-section') {{-- You must include files that need to be preloaded: Syncronous scripts and Stylesheets mostly --}} @endsection @section('content')
| # | {{ __('keywords.Cart_id') }} | User Details | {{ __('keywords.Status') }} | Amount | Details |
|---|---|---|---|---|---|
| {{ $i }} |
{{ $ongoing->cart_id }}
{{ $ongoing->delivery_date }}
|
{{ $ongoing->name }}
{{ $ongoing->user_phone }}
|
@if ($ongoing->order_status == 'Pending') @endif @if ($ongoing->order_status == 'Confirmed') @endif @if ($ongoing->order_status == 'Completed') @endif @if ($ongoing->order_status == 'Cancelled') @endif @if ($ongoing->order_status == 'Out_For_Delivery') @endif {{ $ongoing->order_status }} | {{ $ongoing->total_price }} | |
| {{ __('keywords.No data found') }} | |||||