@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('New Home Section')) @section('back', route('admin.sections.home-sections.index')) @section('form', true) @section('content')
@csrf
{{ d_trans('Between 1 to 100 maximum') }}
{{ d_trans('Minutes') }}
{{ d_trans('From 1 to 525600 minutes') }}
@push('styles_libs') @endpush @push('scripts_libs') @endpush @push('scripts') @endpush @endsection