@extends('layouts.master') @section('css') @endsection @section('content') @if (isset($eventFormStaticFields) && count($eventFormStaticFields) > 0)
| Sr. No. | Display Label | Label | Default Value | Helper Text | Index | Type | Required | Visible | Options | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if ($eventFormField->default_value)
@else
-@endif |
@if ($eventFormField->options)
@if (count($eventFormField->options) > 0)
@foreach ($eventFormField->options as $optionKey => $options)
@endforeach
@endif
@else
-@endif |
{{-- --}} |
| Sr. No. | Display Label | Label | Default Value | Helper Text | Index | Type | Required | Visible | Options | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} |
@if ($eventFormField->default_value)
@else
-@endif |
@if ($eventFormField->options)
@if (count($eventFormField->options) > 0)
@foreach ($eventFormField->options as $optionKey => $options)
@endforeach
@endif
@else
-@endif |
Need to click on the button for add some important field for your events.