@extends('admin.layouts.app')
@section('panel')
@if ($pdata->is_default == 0)
@endif
@foreach ($sections as $k => $secs)
@if (!($secs['no_selection'] ?? false))
-
{{ __($secs['name']) }}
@if ($secs['builder'])
@endif
@endif
@endforeach
@stop
@push('script-lib')
@endpush
@push('script')
@endpush
@push('breadcrumb-plugins')
@lang('Back')
@endpush
@push('style')
@endpush