{{--synced with server--}} @extends('admin.template.master') @section('title')

Pre Order Products

@endsection @section('main-content')

List

{!! Form::hidden('status', 1, ['id' => 'status']) !!}
ID Product Name INV Code Item Type Status Qty Created Action
@endsection @section('javascripts') @endsection