@extends('adminlte::page') @section('title', 'Services') @section('content_header')
| No. | Category | Title | Slug | No Index | Support Status | Service Link | 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'}} | @if($service['country'] != null and $service['country'] != "") @php $country = $service['country']; @endphp @if($service['country'] == "india") @php $country = "direct"; @endphp @endif Service Link @else Service Link @endif | status == 1 ? 'checked' : '' }}> {{-- --}} | @php $excludedSlug = ["canada", "dubai", "new-zealand", "mauritius", "australia", "malaysia", "singapore", "germany", "ireland", "italy", "netherlands","indian-visa","nro-account-opening","nre-account-opening"]; @endphp@if(!in_array($service->slug, $excludedSlug)) is_published == 1 ? 'checked' : '' }}> @endif | {{ $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 != 'pitooci' ) {{$value}} @endif @endforeach Faq Visa testimonial pitooci After Checkout Addons {{----}} {{----}} | @php $i++; @endphp