@extends('admin.layout') @section('content')
Images
@if (!empty($langs)) @endif
@csrf
@if (!empty($abe->slider_shape_img)) @endif ...

@if (!empty($abe->slider_bottom_img)) @endif ...

Sliders
@if (count($sliders) == 0)

NO SLIDER FOUND

@else
@foreach ($sliders as $key => $slider)
@endforeach
@endif
@endsection @section('scripts') @endsection