@extends('admin.layouts.master') @section('title', ucwords(str_replace('-', ' ', $slug)) . ' | Sections') @section('content') @include('admin.page.top-nav')
@include('admin.page.side-nav')
{{-- content --}}
@foreach ($pageSections as $section) @endforeach
# Title Image Type Order No Actions
{{ $section->id }} {{ $section->getTranslation('title', 'en') ?? 'N/A' }} Image {{ $section->type }} {{ $section->order_no }}
@csrf
@endsection