@extends('layout.admin') @section('styles') @endsection @section('content')
| Sr. No | Title | Page Url | Sort Order | Status | Action |
|---|---|---|---|---|---|
| '. $serial++ .' | '; // Title with Indentation & Badge echo ''; if ($level == 0) { echo 'Parent '; } elseif ($level == 1) { echo 'Child '; } else { echo 'Sub-child '; } echo $page->title.' | '; // Page URL echo ''.getFrontendUrl().$page->page_url.' | '; // Sort Order Input echo ''; if ($page->url_type == 0) { echo ''; } else { echo '—'; // Show dash when hidden } echo ' | '; // Status Badge echo ''; if ($page->status == 1) { echo ' Activated '; } else { echo ' Deactivated '; } echo ' | '; // Edit Button echo 'Edit | '; echo '