@extends('back.layouts.layout') @section('title','Edit Slider') @section('content-header') Edit Slider Dashboard Slider Edit Slider @endsection @section('content') @csrf @method('put') Name * @if ($errors->has('name')){{ $errors->first('name') }}@endif Link @if ($errors->has('link')){{ $errors->first('link') }}@endif Order * @if ($errors->has('order')){{ $errors->first('order') }}@endif Slider Image @if($slider->image!="") @endif @if ($errors->has('image')){{ $errors->first('image') }} @endif Status @foreach($statuses as $key=> $status) status) selected @endif>{{ $status }} @endforeach @if ($errors->has('status')){{ $errors->first('status') }} @endif Publish Save Slider List @endsection