@extends('layouts.md-admin') @section('title', trans('cruds.slider.title')) @section('content')
{{ trans('global.edit') }} {{ trans('cruds.slider.title_singular') }}
@method('PUT') @csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif {{ trans('cruds.slider.fields.title_helper') }}

Allowed File Type: jpg, jpeg, png

@if ($slider->image) {{ $slider->image }} Italian Trulli @endif @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif {{ trans('cruds.slider.fields.image_helper') }}
@if ($errors->has('order_by'))
{{ $errors->first('order_by') }}
@endif {{ trans('cruds.slider.fields.order_by_helper') }}
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.slider.fields.status_helper') }}
@endsection @section('scripts') @endsection