@extends('user.layouts.index', ['header' => true, 'nav' => true, 'demo' => true]) @section('content')
@if (Session::has('success')) @endif {{-- Failed --}} @if (Session::has('failed')) @endif
{{ __('#') }} {{ __('Order Date') }} {{ __('Activation Code') }} {{ __('Order ID') }} {{ __('Attachments') }} {{ __('Item') }} {{ __('Total') }} {{ __('Payment Status') }} {{ __('Delivery Status') }}
@include('user.includes.footer')
{{-- Custom scripts --}} @section('scripts') {{-- Get orders --}} @endsection @endsection