@extends('admin.layouts.module',array('module_path'=>'products')) @section('page_title') Product List @stop @section('page_subtitle') Add, edit or delete your current products @stop @section('page_content')

Products

@include('admin.layouts.record_table',array('resource_controller'=>'ProductController','items'=>$products,'fields'=>array('ID'=>'id','Name'=>'name','Category'=>'category_name','Created'=>'created_at','Last Updated'=>'updated_at')))
@stop