@extends('admin.layouts.master-soyuz') @section('title',__('Front Category Slider | ')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Slider') }} @endslot @slot('menu1') {{ __("Slider") }} @endslot @slot('menu2') {{ __("Front Category Slider") }} @endslot @slot('button')
{{ __("Back") }}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Front Category Slider') }}
{{__("Only those category will list here who have atleast one complete product. (Complete product means product with atleast one variant)")}}
@csrf

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