@extends('adminlte::page') @section('title', 'Visa Services') @section('content_header')
| No. | From | To | Slug | Actions | Popular / Schengen | See Visa Type | Last Updated By | Last Updated Section | Sections |
|---|---|---|---|---|---|---|---|---|---|
| {{$i}}. | {{@$service->fromCountry->name}} | {{@$service->toCountry->name}} | {{$service['slug']}} | status == 'Y' ? 'checked' : '' }}> | visa_service->id)) {{ $service->visa_service->is_popular == 1 ? 'checked' : '' }} @endif> visa_service->id)) {{ $service->visa_service->is_schengen == 1 ? 'checked' : '' }} @endif> | {{ $service->visa_service->updatedBy->name ?? 'N/A' }} | @if (isset($service->visa_service->last_updated_section)) {{ ucfirst($service->visa_service->last_updated_section) }} @else No changes made yet @endif | @foreach($sections as $key=>$value) @if($value == 'introduction') Photos @elseif($value == 'process' || $value == 'sources' || $value == 'govtProcess' ) {{$value}} @endif @endforeach Faq Guide Review | @php $i++; @endphp