@extends('layouts.admin.master') @section('styles') @endsection @section('body-content')

@if ( session()->has('message') )
Well done! {{ session('message') }}
@endif
@foreach($data as $key => $order) @if($order->count > 1) @else @endif @endforeach
ID Date Reference Name Email Product Size Price Action
{{++$key}}
Warning: Undefined variable $order in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-index.blade.php on line 67

Warning: Attempt to read property "orderCreatedDate" on null in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-index.blade.php on line 67

Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/keshavvps/public_html/keshav/KG1/HAR/resources/views/admin/order/order-index.blade.php on line 67
01/01/1970 - 00:00
{{strtoupper($order->reference)}} {{$order->user->first_name}} {{$order->user->last_name}} {{$order->user->email}} Multiple Multiple{{$order->product_name}} {{$order->size}}£{{ number_format((float)$order->final_price, 2, '.', '') }} Product View Delete
@endsection @section('scripts') @endsection