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




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