@push('styles') @endpush
{{-- HEADER --}}

Forms

@can('form-builder.create') + Add New @endcan
{{-- BODY --}}
@foreach($forms as $index => $form) {{-- STATUS --}} {{-- ACTIONS --}} @endforeach
# Name Slug Shortcode Status Actions
{{ $index + 1 }} {{ $form->name }} {{ $form->slug }}
[form slug="{{ $form->slug }}"]
status == 'published' ? 'checked' : '' }}>
@push('scripts') @endpush