@extends('common.layout') @section('title', 'KIKI|子') @php $routers = ['meeting', 'parent', 'search', 'profile']; foreach ($routers as $router) { if(Request::is('c-account/'.$router.'*')) { break; } } @endphp @section('content') @endsection