@extends(($fromSetup ?? false) ? 'layouts.setup' : 'layouts.app') @php $isEdit = isset($plan) && $plan !== null; @endphp @section('title', $isEdit ? 'プラン編集' : 'プラン追加') @section('page-title', $product->name . ' — ' . ($isEdit ? 'プラン編集' : 'プラン追加')) @section(($fromSetup ?? false) ? 'setup_body' : 'content')