@extends('Admin.layouts.layout') @section('content') @livewire('admin.learner-form-builder', ['formId' => $form->id ?? null]) @endsection