@extends('common.layout') @section('title', 'KIKI|管理者') @php $routers = ['meeting', 'child', 'parent']; foreach ($routers as $router) { if(Request::is('admin/'.$router.'*')) { break; } } @endphp @section('content') @endsection