@extends('admin.layouts.app') @section('panel')

{{$pdata->name}} Page

After Click Remove button If you face any problem then click update button and remove unnecessary content from pages
@csrf
    @if($pdata->secs != null) @foreach(json_decode($pdata->secs) as $sec)
  1. {{ $sections[$sec]}}
  2. @endforeach @endif

Sections

    @foreach($sections as $k => $secs)
  1. {{$secs}}
  2. @endforeach
@endsection @push('script-lib') @endpush @push('script') @endpush @push('breadcrumb-plugins') Go Back @endpush @push('style') @endpush