@extends('admin.layouts.app') @section('panel') @if ($pData->is_default == Status::NO)
@csrf
@lang('Make Slug')
@endif

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

@lang('You\'ve to click on the Update Now button to apply the changes')
@csrf
    @if ($pData->secs != null) @foreach (json_decode($pData->secs) as $sec)
  1. {{ __(@$sections[$sec]['name']) }}
  2. @endforeach @else
  3. @lang('Drag & drop your section here')
  4. @endif

@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']) @endif
  2. @endif @endforeach
@stop @push('script-lib') @endpush @push('script') @endpush @push('breadcrumb-plugins') @endpush @push('style') @endpush