@extends('admin.layouts.app') @section('panel')
@foreach (getPageSections(true) as $k => $secs)
{{ __($secs['name']) }}

{{ __($secs['description']) }}

@endforeach
@endsection @push('breadcrumb-plugins')
@endpush @push('style') @endpush