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

Services

@stop @section('content')
{{--
--}}
@php $sr_type = 1; if (request()->has('service_type')) { $sr_type = request()->query('service_type'); } @endphp
@php $i= 1; @endphp @foreach ($services as $service) @php $excludedSlug = ["canada", "dubai", "new-zealand", "mauritius", "australia", "malaysia", "singapore", "germany", "ireland", "italy", "netherlands","indian-visa","nro-account-opening","nre-account-opening"]; @endphp @php $i++; @endphp @endforeach
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' : '' }}>   {{-- --}}   @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 {{----}} {{----}}
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@stop @section('css') @stop @section('js') @stop