@extends('layouts.app') @section('content')
EnteredBy | Outlet | OrderID. | CreatedAt | CompletedAt | Customer | Discount {{empty($app->currency) ? "GHS" : $app->currency}} |
Total {{empty($app->currency) ? "GHS" : $app->currency}} |
@if(auth()->user()->role !== "Sales Person")
Action | @endif
---|---|---|---|---|---|---|---|---|
{{$list->user->name}} | {{$list->branch}} | {{$list->order_id}} | {{$list->created_at}} | {{$list->completed_at}} | {{$list->customer->customer_name}} | @convert($list->discount) | @convert($list->total_cost_order) | SHOW ITEMS |