@extends('layouts.md-admin') @section('title', trans('cruds.slider.title')) @section('content')
{{ trans('global.create') }} {{ trans('cruds.slider.title_singular') }}
@csrf
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif {{ trans('cruds.slider.fields.title_helper') }}
@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