@layout('components/layout/base')

@section('title')Partner Profile@endsection

@section('content')
<h1 class="text-2xl font-bold mb-4">プロフィール</h1>
<p>プロフィール編集ページのコンテンツ。</p>
@endsection
