@extends('backEnd.master') @section('styles') @endsection @section('mainContent') {{ __('product.recently_viewed_product_configuration') }} @csrf {{__("product.max_limit_of_product_store_for_per_user")}} * @error('max_limit') {{$message}} @enderror {{__("product.remove_stored_data_after_days")}} * @error('number_of_days') {{$message}} @enderror {{__("product.cronjob_url")}} * @error('cronjob_url') {{$message}} @enderror {{__("common.save")}} @endsection @push('scripts') @endpush