@php $route_name = Request::path(); $route_name = str_replace('/', ' ', $route_name); $user = Auth::user(); $btnStyle = "flex items-center p-2 rounded-full cursor-pointer bg-primary hover:bg-white font-bold text-white hover:text-primary text-base lg:text-xl transition duration-600"; $btnSVGStyle = "block rounded-full w-6 lg:w-8 h-6 lg:h-8 bg-gray-50 text-primary border-2 md:border-3 lg:border-4 border-white"; $btnLabelStyle = "block px-3 lg:px-4"; $mainBtnStyle = "mx-6 mb-8 md:mx-8 lg:mx-12 content-between"; $modalDivStyle = "fixed top-0 right-0 " . ( $user ? 'w-2/3' : 'w-screen' ) . " h-full overflow-auto z-40 flex flex-col content-center items-center hidden transition opacity-0 duration-600"; $modalHStyle = "order-2 mb-1 lg:mb-3 xl:mb-6 2xl:mb-8 3xl:mb-10 4xl:mb-16 text-lg lg:text-xl xl:text-2xl 2xl:text-3xl 3xl:text-5xl 4xl:text-9xl font-bold text-overlay uppercase"; $modalSecStyle = "relative flex flex-col z-20 w-full sm:w-70 xl:w-64 2xl:w-68 3xl:w-70 4xl:w-96 h-full my-12 landscape-mobile:my-auto lg:my-20 xl:my-10 2xl:my-14 3xl:my-16 4xl:my-32 px-12 xs:px-32 lg:px-0 text-gray-50"; $modalPStyle = "text-sm xl:text-base 2xl:text-2xl 3xl:text-3xl 4xl:text-7xl leading-4 xl:leading-8 2xl:leading-10"; $modalP0Style = "order-3 mb-8 2xl:mb-10 3xl:mb-12 4xl:mb-32 ". $modalPStyle; $modalP1Style = "order-4 mb-12 lg:mb-16 xl:mb-20 2xl:mb-12 3xl:mb-16 4xl:mb-32 ". $modalPStyle; $logo__campaign = config('app.fb_url_prefix', './images/') . 'logo__campaign.png' . config('app.fb_url_suffix', ''); $logo__map = config('app.fb_url_prefix', './images/') . 'logo__interactive_map.png' . config('app.fb_url_suffix', ''); $topography = config('app.fb_url_prefix', './images/') . 'topography.jpg' . config('app.fb_url_suffix', ''); @endphp @if ($user) @endif {{ config('app.name', 'Glenlore Map') }} @if ($user)
@endif