@extends('admin.layouts.master') @section('title', 'Service Section') @section('content')

{{ __('Page Section') }}

@foreach($pageSections as $section) @endforeach
# Title Subtitle Description Image Type Order No Actions
{{ $section->id }} {{ $section->title['en'] ?? 'N/A' }} {{ $section->subtitle['en'] ?? 'N/A' }} {{ $section->description['en'] ?? 'N/A' }} Image {{ $section->type }} {{ $section->order_no }} Edit
@csrf @method('DELETE')
@endsection