@php $pageTitle = '나의정보'; $pageDesc = '계정 정보 관리'; $breadcrumbs = [ ['label' => '홈', 'url' => url('/')], ['label' => '마이페이지', 'url' => url('/mypage/info')], ['label' => '나의정보 변경', 'url' => url()->current()], ]; $mypageActive = 'info'; @endphp @extends('web.layouts.subpage') @section('title', '나의정보 변경 | PIN FOR YOU') @section('meta_description', 'PIN FOR YOU 나의정보 변경 페이지입니다.') @section('canonical', url('/mypage/info_renew')) @section('subcontent')