@extends('content')
@section('filters')
| # | {{ __('warehouse.log.action') }} | {{ __('warehouse.log.product') }} | @sortable('warehouse.log.quantity_before', 't1.quantity_before') | @sortable('warehouse.log.quantity_after', 't1.quantity_after') | @sortable('warehouse.log.price_before', 't1.price_before') | @sortable('warehouse.log.price_after', 't1.price_after') | {{ __('warehouse.log.delivery_date') }} | {{ __('warehouse.log.employee') }} | {{ __('warehouse.log.location') }} | {{ __('warehouse.log.vehicle') }} | {{ __('warehouse.log.log_data') }} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($stock_logs->currentPage() - 1) * $stock_logs->perPage() + $loop->iteration }}. | {{ __('warehouse.log.action_status.'.$log->action) }} | {{ $log->product }} ({{ $log->units }}) | {{ floatToIntFormat($log->quantity_before) }} | {{ floatToIntFormat($log->quantity_after) }} | {{ $log->price_before }} | {{ $log->price_after }} | {{ $log->delivery_date }} | {{ $log->employy }} | {{ $log->location }} | {{ $log->vehicle }} | {{ $log->log_data }} |