@foreach ($results as $result) @endforeach @if (!empty(Input::get('print'))) @endif
{{ trans('products.id') }} {{ trans('sale_history.sku') }} {{ trans('sale_history.name_en')}} {{ trans('products.price_in')}} {{ trans('sale_history.price')}} {{ trans('products.price_wholesale')}} {{ trans('products.amount')}} {{ trans('sale_history.category')}} {{ trans('reports.user')}} {{ trans('products.created_at')}}
{{ $i++ }} {{ $result->sku }} {{ $result->name_en }} {{ money($result->price_in) }} {{ money($result->price) }} {{ money($result->price_wholesale) }} {{ $result->amount }} {{ $result->category }} {{ $result->first_name }} {{ $result->created_at }}
{{ trans('products.total_amount') }} {{ $amount }}
{{ trans('products.total_products') }} {{ count($results) }}
{{ trans('reports.total_price_in') }} {{ money($total_price_in) }}