@extends('tenant.layouts.app') @section('title', $pageTitle ?? tenant_page_title('사용자', $tenantSiteSettings)) @section('header', '사용자 페이지') @section('content')

현재 사용자: {{ $user?->name }}

관리자 페이지
@csrf 로그아웃
@endsection