@if (\App\FacebookOgp::find(1)) @foreach (\App\FacebookOgp::all() as $key => $facebook_list) @if (Request::path() == $facebook_list->url) @else @endif @endforeach @else @endif {{ setting('site.title') }} @php $liveRoom = ['live_a', 'live_b', 'live_c', 'live_d', 'live_e', 'live_f', 'live_g', 'live_h', 'live_free', 'live_oneday', 'live_special']; @endphp @if (!in_array(Request::path(), $liveRoom)) @else @endif @if (Request::path() != 'register' && !in_array(Request::path(), $liveRoom)) @endif @if (!in_array(Request::path(), $liveRoom)) @endif
@if (!in_array(Request::path(), $liveRoom))
@else
@yield('content')
@yield('scripts')