@extends('admin.template.master') @section('title') PreOrder/Upcoming/OutOfStock/Discontinued Products Home Pre/Upcoming/Discontinued Products @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif {{--Status--}} All PreOrder OutOfStock Upcoming Discontinued Coming Soon {!! Form::hidden('status', 6, ['id' => 'status']) !!} Export Data ID Type Product Name Status INV Code Expected Delivery Time Expire Date Suggested Item Date Operator Action @endsection @section('javascripts') @endsection