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

Product

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
{{--
--}} {{--

List

--}} {{--
--}} {{--
--}} {{----}} {{-- Add Product--}} {{--
--}} {{--
--}} {{--
--}}
{{----}}
{!! Form::hidden('status', 1, ['id' => 'status']) !!}
{!! 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