@php $page_data = [ 'has_sticky_sidebar' => true, 'classes' => ['body' => ' sidebar-xs has-detached-right'] ]; $fields = $form->fields; $current_user = auth()->user(); @endphp @extends('layouts.app', $page_data) @section('title', "My Forms | {$form->title}") @section('content') @include('partials.alert', ['name' => 'show'])