@if(\Str::contains(Request::header('host'), 'choice'))
@php
\Agent::isRobot() AND back('機器人!!');
@endphp
@endif
@if($seo == false)
{{ $page_title }} | {{ config('system.web_title') }}
@endif
@if ($seo == true)
{{ $seo_title }} | {{ config('system.web_title') }}
@if(!empty($seo_image))
@else
@endif
@endif
@include('web.includes.head')
@stack('head')
@include('web.includes.loader')
@include('web.includes.header')
@yield('main')
@include('web.includes.footer')
@include('web.includes.script')
@stack('script')