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

افزود اسلایدر

@include('admin.index.messages')
@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
@endsection @section('script') @endsection