@extends('layout') @section('pageTitle', "新增商品|".config('globals.app_name')) @section('content')

新增商品

@include('products.form')
@endsection