@extends('admin.layouts.master') @section('title', 'Page Section') @section('content')
@foreach($pageSections as $section) @endforeach
# Title Subtitle Description Image Type Order No Actions
{{ $section->id }} {{ $section->getTranslation('title', 'en') ?? 'N/A' }} {{ $section->getTranslation('subtitle', 'en') ?? 'N/A' }} {!! $section->getTranslation('description', 'en') ?? 'N/A' !!} Image {{ $section->type }} {{ $section->order_no }} Edit
@csrf @method('DELETE')
@endsection