@extends('backend.layouts.form') @section('title', __('Sections')) @section('container', 'container-max-lg') @section('link', route('admin.sections.create')) @if ($sectionList->count() == 0) @section('btn_action', 'disabled') @endif {{--@section('language', true)--}} @section('content') @if ($sectionList->count() > 0)