@extends('admin.layouts.master') @section('title', 'Edit Slider') @section('css') @endsection @section('content')

Edit Slider

@csrf
@if ($errors->has('title'))

{{ $errors->first('title') }}

@endif
@if ($errors->has('sub_title'))

{{ $errors->first('sub_title') }}

@endif
@if ($errors->has('label'))

{{ $errors->first('label') }}

@endif
@if ($errors->has('btn_text'))

{{ $errors->first('btn_text') }}

@endif
@if ($errors->has('btn_link'))

{{ $errors->first('btn_link') }}

@endif
@if ($errors->has('order_no'))

{{ $errors->first('order_no') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
Slider Image
Slider Image

Add Slider Image

@endsection @section('js') @endsection