@extends('layouts.app') @section('title', $title ?? '재무관리') @section('content')

{{ $title ?? '재무관리' }}

재무 관리 시스템

페이지 준비 중

{{ $title }} 기능이 곧 제공될 예정입니다.

현재 경로: {{ request()->path() }}

@endsection