@extends('layouts.app') @push('meta') @include('components.meta', [ 'title' => __('seo.SERVICE_DETAILS_TITLE', ['service' => $service->title]), 'desc' => __('seo.SERVICE_DETAILS_DESC'), 'image' => 'img/logo.webp', ]) @endpush @section('content') @include('components.sub-pages-hero', [ 'title' => $service->title, ]) @include('components.service.service-details') @include('components.service.list-service') @endsection