@extends('backend.layout.main') @section('content')

{{trans('file.Warehouse Report')}}

{!! Form::open(['route' => 'report.warehouse', 'method' => 'post']) !!}
{!! Form::close() !!}
@foreach($lims_sale_data as $key=>$sale)
{{trans('file.Date')}} {{trans('file.reference')}} No {{trans('file.customer')}} {{trans('file.product')}} ({{trans('file.qty')}}) {{trans('file.grand total')}} {{trans('file.Paid')}} {{trans('file.Due')}} {{trans('file.Status')}}
{{$key}} {{date($general_setting->date_format, strtotime($sale->created_at->toDateString())) . ' '. $sale->created_at->toTimeString()}} {{$sale->reference_no}} {{$sale->customer->name}} @foreach($lims_product_sale_data[$key] as $product_sale_data)