{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')
Sl | Order ID | Order Date | Delivery Date | Outlet Name | Total Amount | Status | Created by | Actions |
---|---|---|---|---|---|---|---|---|
{{$index+1}} | {{$order->RefNo}} | {{$order->CreatedDate}} | {{$order->DeliveryDate}} | {{$order->Outlet}} | {{$order->Amount}} | {{$order->Status}} | {{$order->CreatedBy}} | Id)}}" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" title="Order Details"> @if ($order->Status == 0) Id)}}" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" title="Confirm Sale"> @else @endif {{-- --}} |