@extends('admin.template.master') @section('title')

Products

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
{!! Form::hidden('status', 1, ['id' => 'status']) !!}
ID Name Inv Code Item Type Brand Category Price Operator Operator Update Date Action
@endsection @section('javascripts') @endsection