@extends('layouts.factor-master') @section('content')
@lang('layout.FromDate'): @if(\Setting::get('jalali_and_gerogarian_date') == 'true') {{convertDate($from_date, null, null, ((\Setting::get('date_type') == 'jalali')?'gregorian':'jalali'))}} @lang('layout.MarchingAt') @endif {{convertDate($from_date)}} | @endif @if($to_date)@lang('layout.ToDate'): @if(\Setting::get('jalali_and_gerogarian_date') == 'true') {{convertDate($to_date, null, null, ((\Setting::get('date_type') == 'jalali')?'gregorian':'jalali'))}} @lang('layout.MarchingAt') @endif {{convertDate($to_date)}} | @endif
@lang('layout.Number') | @lang('layout.Type') | @lang('layout.TypeNumber') | @lang('layout.CarNumber') | @lang('layout.DriverName') | @lang('layout.Date') | @lang('layout.Hour') | {{--@lang('layout.Description') | --}}@lang('layout.Item') | @lang('layout.Unit') | @lang('layout.FullWeight') | @lang('layout.EmptyWeight') | @lang('layout.NetWeight') | @if ($sale_comparison)@lang('layout.SaleQty') | @lang('layout.Differ') | @endif|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$record['number']}} | {{ __('layout.'. ucfirst($record['type']))}} | {{$record['type_number']}} | {{$record['vehicle_number']}} | {{$record['driver_name']}} | {{convertDate($record['date'])}} | @if(getHourType() == 24){{(($record['hour'] != null)?(date_format(date_create($record['hour']), 'H:i')):null)}} | @else{{(($record['hour'] != null)?(date_format(date_create($record['hour']), 'h:i a')):null)}} | @endif {{--{{$record['description']}} | --}}{{$record['item_name']}} | {{$record['measure_name']}} | {{$record['full_weight']}} | {{$record['empty_weight']}} | {{$record['net_weight']}} | @if ($sale_comparison){{$record['sale_qty']}} | {{$record['sale_qty'] - $record['net_weight']}} | @endif
@lang('layout.Total') @lang('layout.NetWeight') : {{$total_net_qty}} | @if ($sale_comparison)@lang('layout.Total') @lang('layout.SaleQty') : {{$total_sale_qty}} | @lang('layout.Total') @lang('layout.Differ') : {{$total_differ_qty}} | @endif
---|
|
@endforeach