@extends('layouts.app') @section('title', 'Product') @section('extrastyles') @endsection @section('content')
Product Catalog
@include('flash::message')
Name
@endsection @section('footer') @endsection