{{ @$title }}
@csrf {{-- dynamic attributes --}} @if (@$attributes) @foreach (@$attributes as $key => $attribute)
@if (@$attribute['type'] == 'hidden') @elseif (@$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