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

Product

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif
ID Name Inv Code Item Type Brand Category Price Status Created At Updated At Updated By Action
@endsection @section('javascripts') @endsection