@extends('layouts.admin') @section('title', 'Edit SEO - ' . $service->title) @section('content_header')

Edit SEO for {{ $service->title }}

@stop @section('content')

SEO Settings for {{ $service->title }}

@csrf @method('PUT')
This field cannot be edited.
@if($service->logo)
{{ $service->title }}
@else No logo available @endif
This field cannot be edited.

@error('meta_title') {{ $message }} @enderror Recommended: 50-60 characters
@error('meta_description') {{ $message }} @enderror Recommended: 150-160 characters
@stop