#{{$list->order_id}} |
{{$list->created_at}} |
{{@strtoupper($list->category)}} |
{{$list->branch}} |
@if(auth()->user()->role == "Administrator")
{!!
$list->channel == 1 ? '' . "Installed App" . '' : '' . "Online" . ''
!!}
|
@endif
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($list->discount) |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($list->total_cost_order-$list->discount) |
{{empty($app->currency) ? "GHS" : $app->currency}}@convert($list->total_cost_order) |
@endforeach
@endforeach