@php $ua = $_SERVER['HTTP_USER_AGENT']; $css_file = ''; if (strstr($ua, 'Mac OS')){ $css_file = "mac.css"; }else if (strstr($ua, 'Firefox')){ $css_file = "firefox.css"; } @endphp @if ($css_file && filesize(public_path("/module2/css/browser/$css_file")) > 0) @endif @yield('head')
Internet Explorerは
ご利用いただけません
現在ご利用中のInternet Explorerdは、推奨環境ではございません。
以下のブラウザをダウンロードの上、ご利用ください。