@extends('admin.layouts.app') @section('panel') @if ($pdata->is_default == 0)
@csrf
@endif

@lang('Available Page Components')

@lang('Drag sections to the right and update the page')
    @foreach ($sections as $k => $secs) @if (!($secs['no_selection'] ?? false))
  1. {{ __($secs['name']) }} @if ($secs['builder']) @endif
  2. @endif @endforeach

{{ __($pdata->name) }} @lang('Page')

@csrf
    @if ($pdata->secs != null) @foreach (json_decode($pdata->secs) as $sec)
  1. {{ __($sections[$sec]['name']) }}
  2. @endforeach @endif
@stop @push('script-lib') @endpush @push('script') @endpush @push('breadcrumb-plugins') @lang('Back') @endpush @push('style') @endpush