@extends('admin.template.master') @section('title') Product Home Product @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Active {!! Form::hidden('status', 1, ['id' => 'status']) !!} ID Name Inv Code Item Type Brand Category Price Status Created At Updated At Updated By Action @endsection @section('javascripts') @endsection