@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
@include('front.layouts.include.user_profile_sidebar', ['menu' => 'order'])
@if ($order->Order_Status == ORDER_DELIVERED) @foreach ($order->order_details as $domd) @endforeach @endif @endsection