@extends('adminlte::page') @section('title', 'Services') @section('content_header')
| No. | Category | Title | Slug | No Index | Support Status | Actions | Published /Drafted | Last Updated By | Last Updated Section | Sections |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$i}}. | {{@$service->category->category_title}} | {{$service['title']}} | {{$service['slug']}} | no_index=='Y'?'checked':''}} class="chk_recent" data-url="{{ route('admin.services.updatenoIndex',$service->id) }}"/> | {{($service->is_support)?'YES':'NO'}} |
status == 1 ? 'checked' : '' }}>
{{-- --}}
|
is_published == 1 ? 'checked' : '' }}> | {{ $service->updatedBy->name ?? 'N/A' }} | @if ($service->last_updated_section) {{ ucfirst($service->last_updated_section) }} @else No changes made yet @endif | @foreach($sections as $key=>$value) @if($value != 'steps' && $value != 'eligibility') {{$value}} @endif @endforeach Faq testimonial {{--div class="btn-group"> Title Points Document --}} | @php $i++; @endphp