@extends('layout.master') @section('title', "Products") @section('content') @include('partials.page_header', ['title' => 'Products'])
@include('partials.product')
@stop