{{ trans('HOMEPAGE::home.'.STOCK_INVENTORY_ALERT_NAME) }}

{{ __('HOMEPAGE::home.view')}}
@foreach(stock_manager() as $item) @endforeach
{{ $item->Barcode }} Item is out of stock. {{ $item->CurrentQuantity }} unit {{ Invoice::format_payment($item->SellingPrice) }} out of stock {{ date(AdminBaseDashboard::format_date(), strtotime($item->created_at)) }}

{{ trans('HOMEPAGE::home.'.HOT_ITEM_NAME) }}

{{ __('HOMEPAGE::home.view')}}
@foreach(best_selling() as $item) @endforeach
{{ $item->barcode}} {{ $item->description}}