@extends('layouts.web_app') @section('head') @endsection @section('breadcrumb') @endsection @section('content')

ORDER HISTORY

Order ID Ordered Date Amount Status Action
{$order.order_id$} {$order.created_at$} SAR {$order.subtotal$}

{$status.name$}

@include('customer.footer') @endsection @section('js') @endsection