@extends('admin.layouts.app') @section('container', 'dashboard-container-lg') @section('section', d_trans('Sections')) @section('title', d_trans('Home Sections')) @section('header_title', d_trans('Edit Home Section')) @section('back', route('admin.sections.home-sections.index')) @section('form', true) @section('content')
@csrf @method('PUT')
isActive())>
@if (!$homeSection->isPermanent())
isContentFromCategory())>
isContentFromSubCategory())>
isContentFromSubSubCategory())>
@endif @if ($homeSection->items_number)
{{ d_trans('Between 1 to 100 maximum') }}
@endif @if ($homeSection->cache_expiry_time)
{{ d_trans('Minutes') }}
{{ d_trans('From 1 to 525600 minutes') }}
{{ d_trans('You must clear the cache every time you changed the "Items Number" or "Cache Expiry time"') }}
@endif
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection