@extends('layouts.master') @section('title', __('frontend.layout_section')) @section('content_title', __('frontend.layout_section')) @section('content_summary', 'frontend summary') @section('content_taskbar') @endsection @section('main_content')
@include('frontend::layout_section.partials.list')
@endsection @push('script') @endpush