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

Create Slider Images

@csrf
@if(!empty($slider->image))
Slider Image
@endif
@if(!empty($slider->buttons)) @foreach($slider->buttons as $index => $button) @if($index > 0)
@endif @endforeach @endif
Back
@endsection @section('script') @endsection