@extends('admin.layouts.master-soyuz') @section('title',__('Create Slider')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Sliders') }} @endslot @slot('menu1') {{ __("Slider") }} @endslot @slot('menu2') {{ __("Create Slider") }} @endslot @slot('button')
{{ __("Back") }}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Create a new slider') }}
@csrf




Responsive image
@endsection @section('custom-script') @endsection