@extends("admin.template.layout")
@section('header')
@stop
@section('content')
@if($message = Session::get('success'))
{{ $message }}
@endif
@if($message = Session::get('error'))
{{ $message }}
@endif
@if(check_permission('products','Create') || check_permission('products','ImportExport') )
@endif
@include('admin/product/search_form')
# |
Product Name |
Vendor |
Type |
Is Active |
Created Date |
Action |
@if ($list->total() > 0)