@extends('layout.master') @section('title', "Products") @section('content') @include('partials.page_header', ['title' => $product->name ?? 'Title'])

{{ $product->name ?? '' }}

{{ $product->description ?? 'Hello' }}


s
@stop