Skip to content

Instantly share code, notes, and snippets.

View pramithagayan's full-sized avatar

pramithagayan

View GitHub Profile
///views/admin/blocks/slider.blade.php
@formField('repeater', ['type' => 'slider_item'])
@formField('input', [
'name' => 'rotate_speed',
'label' => 'Rotate Speed',
'note' => 'Define in miliseconds'
])