Yayın Ayarları
@check($cPublishPermission) @if(getFillable($cModel,'status')) {!! html()->checkbox('status' ) ->addClass('bs-switch') ->value('1') ->data('on-text','Aktif')->data('off-text','Pasif') ->data('on-color','success')->data('off-color','default') ->checked(isset($item) ? ($item->status == 1) : true) !!} @endif @endcheck
{{--
Slider Tipi
@check($cPublishPermission) @if(getFillable($cModel,'video_status')) {!! html()->checkbox('video_status' ) ->addClass('bs-switch') ->value('1') ->data('on-text','Video')->data('off-text','Görsel') ->data('on-color','success')->data('off-color','default') ->checked(isset($item) ? ($item->video_status == 1) : false) !!} @endif @endcheck
--}} {{--
Slider Lokasyonu
@check($cPublishPermission) @if(getFillable($cModel,'location_type')) {!! html()->checkbox('location_type' ) ->addClass('bs-switch') ->value('1') ->data('on-text','Üst')->data('off-text','Alt') ->data('on-color','success')->data('off-color','default') ->checked(isset($item) ? ($item->location_type == 1) : false) !!} @endif @endcheck
--}}