Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions resources/views/livewire/filament-form/show.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="flex flex-row justify-center p-16 fb-form-component filament-form-builder">
<div class="max-w-[600px] min-w-[400px] rounded-xl border-2 p-4 fb-form-container">
<<<<<<< Updated upstream
<h1 class="mb-2 text-xl font-bold">
{{ $this->filamentForm->name }}
</h1>
Expand All @@ -10,20 +9,6 @@
<form wire:submit="create">
@csrf
{{ $this->form }}
=======
@if($showGuestEntry)
<livewire:tapp.filament-form-builder.livewire.filament-form-user.show :entry="$guestEntry" />
@else
<h1 class="mb-2 text-xl font-bold">
{{ $this->filamentForm->name }}
</h1>
<p class="mb-4">
{{ $this->filamentForm->description }}
</p>
<form wire:submit="create">
@csrf
{{ $this->form }}
>>>>>>> Stashed changes

<x-filament::button type="submit" class="mt-6">
Submit
Expand Down
Loading