請求形態

@if (session('status'))
{{ session('status') }}
@endif
@forelse ($billingTypes as $billingType) @empty @endforelse
名称 請求先 制度区分 経歴 請求有無 操作
{{ $billingType->name }} {{ $billingType->billingPayeeProfile?->name ?: '—' }} @if ((int) ($billingType->groupOrganization?->scheme_type ?? -1) === 0) 技能実習 @elseif ((int) ($billingType->groupOrganization?->scheme_type ?? -1) === 1) 特定技能 @else — @endif {{ $billingType->experience_history_3 ?: '—' }} {{ $billingType->term ?: '—' }} {{ $billingType->is_billable ?: '—' }}
データがありません。
{{ $billingTypes->links('pagination::bootstrap-5') }}