@adminCan('slider.create')
@endadminCan
{{ __('SN') }} | {{ __('Title') }} | {{ __('Image') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $loop->index + 1 }} | {{ $slider->title }} | status ? 'checked' : '' }} data-toggle="toggle" data-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger"> |
@adminCan('slider.edit')
|