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