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

Dashboard Services

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