@extends('admin/layouts.master') @section('title', 'Edit Slider - Admin') @section('body')
@include('admin.message')

{{ __('adminstaticword.Edit') }} {{ __('adminstaticword.Slider') }}

{{ csrf_field() }} {{ method_field('PUT') }}
{{--
--}}



{{ __('adminstaticword.Recommendedsize') }} (320 x 320px)

{{ __('adminstaticword.Recommendedsize') }} (1375 x 409px)
  • status == '1' ? 'checked' : '' }} >
  • {{--
  • left == '1' ? 'checked' : '' }} >
  • --}} {{--
  • search_enable == '1' ? 'checked' : '' }} >
  • --}}

    @endsection