@extends('admin.layouts.app') @section('panel') @if ($pdata->is_default == Status::NO)
@csrf
@can('admin.frontend.manage.pages.update')
@endcan
@endif

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

@csrf
    @if ($pdata->secs != null) @foreach (json_decode($pdata->secs) as $sec)
  1. {{ __(@$sections[$sec]['name']) }}
  2. @endforeach @endif
@can('admin.frontend.manage.section.update') @endcan

@lang('Sections')

@lang('Drag the section to the left side you want to show on the page.')
    @foreach ($sections as $k => $secs) @if (!@$secs['no_selection'])
  1. {{ __($secs['name']) }} @if ($secs['builder'])
    @can('admin.frontend.sections') @endcan
    @endif
  2. @endif @endforeach
@stop @push('script-lib') @endpush @push('script') @endpush @push('breadcrumb-plugins') @endpush @push('style') @endpush