@stack('styles') @auth('partner')
パートナーマイページ
{{ auth('partner')->user()->name }} さん
@csrf
@endauth
@if(session('success')) @endif @if(session('error')) @endif @if(isset($errors) && $errors->any())
@endif @yield('content')
@stack('scripts')