@extends('frontend.layouts.master')
@section('meta_title', $service?->seo_title . ' || ' . $setting->app_name)
@section('meta_description', $service?->seo_description)
@push('custom_meta')
@endpush
@section('header')
@include('frontend.layouts.header-layout.three')
@endsection
@section('contents')