{{ @$data['title'] }}
@csrf {{-- dynamic attributes --}} @if (@$data['attributes']) @foreach (@$data['attributes'] as $key => $attribute)
@if (@$attribute['type'] == 'text') @elseif (@$attribute['type'] == 'select') @elseif (@$attribute['type'] == 'number') @elseif (@$attribute['type'] == 'date') @elseif (@$attribute['type'] == 'file') @elseif (@$attribute['type'] == 'checkbox')
@elseif (@$attribute['type'] == 'textarea') @endif
@endforeach @endif