@extends('p_account.layout') @section('title', '親') @php $routers = ['child', 'favorite', 'search', 'profile', 'meeting']; foreach ($routers as $router) { if(Request::is('p-account/'.$router.'*')) { break; } } @endphp @section('content')
@endsection