@extends('layouts.AdminMaster') @yield('sessions') @section('title', 'Pre Orders') @section('content')
{!! Form::open(['url' => ['admin/reports/clients/preorderproductwise/filter'], 'method' => 'POST']) !!}
@if(isset($preorders)) @foreach($preorders as $preorder) @endforeach @endif
# Date Qty
{{$x++}} {{$preorder->date}} {{$preorder->qty}}

Total

{{$totalQty}}

@section('scripts') @endsection @endsection