@extends('admin::layouts.content')
@section('page_title')
{{ __('admin::app.settings.sliders.title') }}
@stop
@section('content')
@php
$locale = core()->getRequestedLocaleCode('locale', false);
$channel = core()->getRequestedChannelCode(false);
@endphp
@stop
@push('scripts')
@endpush