@extends('admin.layouts.master-soyuz') @section('title',__('Front Category Slider | ')) @section('body') @include('admin.layouts.topbar',$data)
@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