@extends('layouts.app') @section('title', 'Sub Admin Wizard — Bundles') @section('page-title', 'Create Sub Admin') @section('breadcrumb', 'Wizard / Step 4 — Bundles') @section('content')
@include('admin.sub-admins.wizard._progress', ['current' => 4])
@csrf

Optionally restrict access to specific bundles.

@php $selected = old('bundle_ids', $data['bundle_ids'] ?? []); @endphp
@forelse($bundles as $bundle) @empty

No bundles available

@endforelse
← Back
@endsection