@extends('web.layouts.master') @php $header = \App\Models\PageSetup::page('services'); @endphp @if(isset($header)) @section('title', $service->title) @section('top_meta_tags') @if(isset($header->meta_description)) @else @endif @if(isset($header->meta_keywords)) @else @endif @endsection @endif @section('social_meta_tags') @if(isset($setting)) @endif @endsection @section('content')

{{ $service->title }}

@if(isset($service)) @endif @endsection