@extends("portal.template.layout")
@section('header')
@stop
@section('content')
@if($message = Session::get('success'))
{{ $message }}
@endif
@if($message = Session::get('error'))
{{ $message }}
@endif
@include('portal/product/search_form')
| # |
{{$p_name}} Name |
Categories |
Type |
Is Active |
Created Date |
Action |
@if ($list->total() > 0)