@extends('layouts.admin') @section('title') ویرایش اسلایدر @endsection @section('content')

ویرایش اسلایدر

@include('admin.index.messages')
@method('patch') @csrf
@if($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if($errors->has('title_up')) {{ $errors->first('title_up') }} @endif
@if($errors->has('title_down')) {{ $errors->first('title_down') }} @endif
@if($errors->has('priority')) {{ $errors->first('priority') }} @endif
@if($errors->has('btn_title')) {{ $errors->first('btn_title') }} @endif
@if($errors->has('btn_src')) {{ $errors->first('btn_src') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('src')) {{ $errors->first('src') }} @endif
@if($errors->has('mobile_src')) {{ $errors->first('mobile_src') }} @endif
active == 1) checked @endif name="active" value="1" class="custom-control-input">
active == 0) checked @endif name="active" value="0" class="custom-control-input">
@endsection @section('script') @endsection