@extends('layouts.admin.app') @section('page-title') {{ __('Sliders') }} @endSection @section('page-nav-title')

{{ __('Sliders') }}

{{ __('All Sliders') }}

@endsection @section('content') @include('includes.dialog')
@foreach ($sliders as $key => $slider) @endforeach
{{ __('ID') }} {{ __('Image') }} {{ __('Status') }} {{ __('Control') }}
{{ ++$key }} @if ($slider->getFirstMediaFile('slider_photo')) slider photo @endif {{-- id)}}" class="control-link edit"> --}}
@endsection @section('scripts') @endsection