@php use Illuminate\Support\Str; use App\Enums\ElementTarget; use App\Enums\TypeFace; $seoPage = seoPage($mode, $basic, $lang, $project); $title = $seoPage['title']; $description = $seoPage['description']; @endphp {!! $title !!} @if (!empty($basic['file_ico'])) @endif @stack('styles') @php $backgroundReservationButton = $project->reservation_button_color ? '#' . $project->reservation_button_color : '#ceb4a9'; $gradationReservationButton = $project->reservation_button_gradation_color ? '#' . $project->reservation_button_gradation_color : $backgroundReservationButton; $backgroundPlanButton = $project->plan_button_color ? '#' . $project->plan_button_color : '#fff'; $gradationPlanButton = $project->plan_button_gradation_color ? '#' . $project->plan_button_gradation_color : $backgroundPlanButton; $fontFamily = "baskerville-urw, \"YuGothic Medium\", \"Yu Gothic Medium\", noto-sans-cjk-jp"; if ($project->typeface == TypeFace::MINCHO) { $fontFamily = '"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif'; if ($lang == \App\Enums\MultiLangMode::ENGLISH) { $fontFamily = '"Times New Roman", serif'; } } @endphp {!! !empty($basic['head_GA_tag']) ? $basic['head_GA_tag'] : '' !!} {!! !empty($basic['other_tag']) ? $basic['other_tag'] : '' !!}
@yield('content')
@include('include.preview.ana.footer') {!! !empty($basic['body_GA_tag']) ? $basic['body_GA_tag'] : '' !!} @stack('script') @if (!empty($domainPublish)) @endif