@extends('layouts.default') {{-- Page title --}} @section('title') Sls Mark Products @parent @stop @section('content')

Sls Mark Products

@include('flash::message')
Sls Mark Products
Add New
@include('slsMarkProduct.sls_mark_products.table')
@include('adminlte-templates::common.paginate', ['records' => $slsMarkProducts])
@endsection