@extends('panel.layout.master',['title' => __('panel.slider_text') , 'is_active' => 'sliders']) @section('content') @php $item = isset($item) ? $item: null; @endphp
@if(isset($item)) @method('PUT') @endif

@lang('panel.slider_text')

@foreach(locales() as $key=>$language)
@endforeach
@stop @push('panel_js') @endpush