@extends('frontend.layouts.app') @section('content') @php $isLogin = auth()->check(); $prefix = $isLogin ? '/secure' : ''; @endphp