@php $pageName = "staff"; $subpageName = "application_forms"; @endphp @extends('layouts.app') @section('css') @endsection @section('content')

Add Application Form

@livewire('multi-step-form')
@endsection @section('scripts') @endsection