@extends('admin.layouts.master') @section('title', 'Edit Slider - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Edit Slider') }} @endslot @slot('menu1') {{ __('Front Settings') }} @endslot @slot('menu2') {{ __('Slider') }} @endslot @slot('menu3') {{ __('Edit Slider') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __("Edit Slider")}}
{{ csrf_field() }} {{ method_field('PUT') }}
@if(Auth::user()->role == 'instructor')
{{ __('adminstaticword.Recommendedsize') }} (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