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

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

@csrf
    @if($pdata->secs != null) @foreach(json_decode($pdata->secs) as $sec)
  1. {{ __(@$sections[$sec]['name']) == 'Testimonial Section' ? 'Partners Section' : __(@$sections[$sec]['name']) ; }}
  2. @endforeach @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']) == 'Testimonial Section' ? 'Partners Section' : __($secs['name']) ;}} @if($secs['builder']) @endif
  2. @endif @endforeach
@stop @push('script-lib') @endpush @push('script') @endpush @push('breadcrumb-plugins') @endpush @push('style') @endpush