@extends(($fromSetup ?? false) ? 'layouts.setup' : 'layouts.app') @section('title', '商品追加') @section('page-title', '商品を追加') @section(($fromSetup ?? false) ? 'setup_body' : 'content') @if($fromSetup ?? false)