@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 Service Link Doc Checked/Not Sections
{{$i}}. {{@$service->category->category_title}} {{$service['title']}} {{$service['slug']}} @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 is_doc_added == 1 ? 'checked' : '' }}> After Checkout
{{ $services->withQueryString()->links('pagination::bootstrap-4') }}
@stop @section('css') @stop @section('js') @stop