@extends('adminlte::page') @section('title', 'Services') @section('content_header')
| 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 | @php $i++; @endphp