@extends('adminlte::page') @section('title', 'Dashboard Services') @section('content_header')
| No. | Title | Slug | Actions | Published /Drafted | Last Updated By | Last Updated Section | Sections |
|---|---|---|---|---|---|---|---|
| {{$i}}. | {{$service['title']}} | {{$service['slug']}} |
status == 1 ? 'checked' : '' }}>
{{-- --}} |
is_published == 1 ? 'checked' : '' }}> | {{ $service->updatedBy->name ?? 'N/A' }} |
@if ($service->last_updated_section)
{{ ucfirst($service->last_updated_section) }} ({{$service->updated_at->setTimezone('Asia/Kolkata')->format('d-m-Y h:i A')}}) @else No changes made yet @endif |
@foreach($sections as $key=>$value) @if($value != 'steps' && $value != 'eligibility') {{$value}} @endif @endforeach Faq testimonial {{-- --}} | @php $i++; @endphp