Skip to content

Instantly share code, notes, and snippets.

@didwiz
Created July 8, 2020 04:45
Show Gist options
  • Save didwiz/2cddacf2ee9c8976ab6b9c05100d8dca to your computer and use it in GitHub Desktop.
Save didwiz/2cddacf2ee9c8976ab6b9c05100d8dca to your computer and use it in GitHub Desktop.
@extends('layouts.dashboard.default')
@section('sidebar-nav')
<livewire:onboarding.progress key="progress" />
@endsection
@section('dashboard-content')
<livewire:onboarding.steps key="steps" />
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment