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

Cyber Security Services

Manage SEO for seeded services

@stop @section('content')

Cyber Security Services

@forelse($services as $service) @empty @endforelse
ID Logo Service Title Description SEO Status Actions
{{ $service->id }} @if($service->logo) {{ $service->title }} @else No Logo @endif {{ $service->title }} {{ Str::limit($service->description, 100) }} @if($service->meta_title || $service->meta_description) SEO Added @else No SEO @endif Add SEO
No services found.
@stop