@extends('layout.default') @section('styles') @endsection @section('subheaderRightToolbar') @PermissionsCan(groupPermissionName('slider.index'))
Back(ESC)
@endPermissionsCan @PermissionsCan(groupPermissionName('slider.update'))
S
ave
@endPermissionsCan @endsection @section('content')
Name
*
Attachments
*
Choose File
@if(!empty($slider->slider_attachment))
View Document
@endif
Type
*
Select Type
@foreach(\Modules\Slider\Entities\Slider::SLIDER_TYPES as $t_key => $type)
slider_type) selected @endif>{{ $type }}
@endforeach
Status
*
Select Status
@foreach($statuses as $key => $status)
status) selected @endif>{{ $status }}
@endforeach
@endsection @section('scripts') @endsection