@extends('web.layouts.auth') @section('title', '회원가입 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 회원가입 페이지입니다.') @section('canonical', url('/auth/register')) @section('h1', '회원가입') @section('desc', '간단한 정보 입력 후 본인인증을 진행합니다.') @section('card_aria', '회원가입 폼') @section('show_cs_links', true) @section('auth_content')
약관 동의
이미 계정이 있어요 (로그인)
@endsection @section('auth_bottom') {{-- 로그인 페이지처럼 하단에 CS 링크 들어가게 하고 싶으면(선택) --}} {{-- auth 레이아웃에서 show_cs_links=true 처리 중이면 이 섹션은 비워도 됩니다. --}} @endsection