@extends('layouts.admin') @section('header') @endsection @section('content')

اضافه کردن اسلایدر

بازگشت
{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('alt')) {{ $errors->first('alt') }} @endif
@if ($errors->has('order')) {{ $errors->first('order') }} @endif
650 * 368

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@endsection @section('footer') @endsection