@extends('layouts.AdminMaster') @yield('sessions') @section('title', 'Pre Orders') @section('content')
{!! Form::open(['url' => ['admin/reports/clients/preorderallproduct/filter'], 'method' => 'POST']) !!}
{{-- --}} {!! Form::close() !!}
@if(isset($allproducts)) @foreach( $arr as $pro) @endforeach @endif
# Item Qty Unit
{{$x++}} {{$pro->name}} {{$pro->qty}} {{$pro->unit}}
@section('scripts') @endsection @endsection