@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') )
@if(check_permission('products','Create')) @if($store_id != null) Create Product @else Create Product @endif @endif @if(check_permission('products','ImportExport')) {{-- Import --}} @endif
@endif
@include('admin/product/search_form')
@if ($list->total() > 0)
# Product Name Vendor Type Is Active Created Date Action