@extends('admin.layouts.app')
@section('panel')
@if ($pdata->is_default == Status::NO)
@endif
@foreach ($sections as $k => $secs)
@if (!@$secs['no_selection'])
-
{{ __($secs['name']) }}
@can('admin.frontend.sections')
@if ($secs['builder'])
@endif
@endcan
@endif
@endforeach
@stop
@push('script-lib')
@endpush
@push('script')
@endpush
@can('admin.frontend.manage.pages')
@push('breadcrumb-plugins')
@endpush
@endcan
@push('style')
@endpush