@extends('admin.layouts.master-soyuz') @section('title',__('Create Slider |')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create a new slider') }}
@csrf





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