@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{__('Track Order')}}
{{__('Home')}}
{{__('Track Order')}}
@include('front.layouts.include.user_profile_sidebar', ['menu' => 'order'])
Track Order
Processing
cancel
Shipped
Delivered
Title
Item
Price
Qty
Subtotal
Plaid Cotton Shirt
$ 90.00
2
1
$ 180.00
$ 90.00
Subtotal
$ 90.00
Tax
$ 0.00
Delivery Charge
$ 0.00
Discount (-)
$ 0.00
Grand Total
$ 90.00
@endsection