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