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

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

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



  • status == '1' ? 'checked' : '' }} >
  • left == '1' ? 'checked' : '' }} >

  • @endsection