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