@extends('backend.layouts.app') @section('title', 'Edit Slider') @push('styles') @endpush @section('content')

EDIT SLIDER arrow_back BACK

@csrf @method('PUT')
@if(Storage::disk('public')->exists('slider/'.$slider->image))
{{$slider->title}}
@endif
@endsection @push('scripts') @endpush