@extends('admin.layouts.app')
@section('panel')
@if ($pData->is_default == Status::NO)
@endif
{{ __($pData->name) }} @lang('Page')
@lang('Below are the sections already added to this page')
@lang('You\'ve to click on the Update Now button to apply the changes')
@lang('Sections')
@lang('Drag a section to the left to display it on the page.')
@foreach ($sections as $k => $secs)
@if (!@$secs['no_selection'])
-
{{ __($secs['name']) }}
{{ strLimit(__($secs['description']), 70) }}
@if ($secs['builder'])
@endif
@endif
@endforeach
@stop
@push('script-lib')
@endpush
@push('script')
@endpush
@push('breadcrumb-plugins')
@endpush
@push('style')
@endpush