@extends('adminlte::page') @section('title', 'Services') @section('content_header')

Services

@stop @section('content')
{{--
--}}
@php $i= 1; @endphp @foreach ($services as $service) @php $i++; @endphp @endforeach
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 --}}
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@stop @section('css') @stop @section('js') @stop