@extends('common.layout') @section('title', 'KIKI | 親') @php $routers = ['child', 'favorite', 'search', 'profile', 'meeting']; foreach ($routers as $router) { if(Request::is('p-account/'.$router.'*')) { break; } } $sitelink = config('app.site_url'); $invitelink = url('/c-account/register-temporary?father_id='.request()->session()->get('fathers')['id']); @endphp @section('content') @endsection