@extends('admin.layouts.main') @section('content')

Product Management

{{$page}}


@foreach($messageArr as $message) @if(session()->has($message))
{{ session()->get($message) }}
@endif @endforeach @if(count($productList) > 0) @foreach($productList as $row) @endforeach @else @endif
No Category Name Image Status Action
{{ $row->id }} {{ Helper::checkCategory($row->category_id) }} {{ $row->pro_name }} @if(file_exists(public_path('uploads/productImage/'.$row->image)) && $row->image) weit @endif @if($row->is_active == 0) {{ "Active" }} @else {{ "In Active" }} @endif @if($row->active == 0) In Active @else Active @endif
No data found
@stop @section('footer_script') {{ Html::script('admin_theme/pages_js/product.js') }} @stop