@extends('admin.layouts.form') @section('section', translate('Sections')) @section('title', translate('Edit Home Section')) @section('back', route('admin.sections.home-sections.index')) @section('container', 'container-max-lg') @section('content')
@csrf
isActive())>
@if ($homeSection->items_number)
{{ translate('Between 1 to 100 maximum') }}
@endif @if ($homeSection->cache_expiry_time)
{{ translate('Minutes') }}
{{ translate('From 1 to 525600 minutes') }}
{{ translate('You must clear the cache every time you changed the "Items Number" or "Cache Expiry time"') }}
@endif
@endsection