@extends('admin.layouts.master') @section('title', 'Edit Slider - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __("Edit Slider")}}
{{ csrf_field() }} {{ method_field('PUT') }}
@if(Auth::user()->role == 'instructor')
{{ __('Recommended size') }} {{__('1375 x 409PX')}}
{{__('Upload')}}
@endif @if(Auth::user()->role == 'admin')
{{__('Browse')}}

@endif

status == '1' ? 'checked' : '' }} />

left == '1' ? 'checked' : '' }} />

search_enable == '1' ? 'checked' : '' }} class="custom_toggle"/>
@endsection @section('script') @endsection