@extends('admin.template.master') @section('title') Product Home Product @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif {{----}} {{--List--}} {{----}} {{----}} {{----}} {{-- Add Product--}} {{----}} {{----}} {{----}} {{--Status--}} Active Inactive {!! Form::hidden('status', 1, ['id' => 'status']) !!} Search By Product ID Sync Product Data with Website {!! Form::button('Excel',['class' => 'btn btn-info btn-product-excel btn-sm']) !!} Add Product ID Name Inv Code Item Type Brand Category Price Status Created At Updated At Updated By Action @endsection @section('javascripts') @endsection