@extends('front.layouts.master') @section('seo_title', $service->seo_title) @section('seo_meta_description', $service->seo_meta_description) @section('content') {{ $service->name }} {{ __('Home') }} {{ $global_other_page_items->page_services_title }} {{ $service->name }} {{ __('Service Overview') }} {{ $service->description }} {{ __('Frequently Asked Question') }} @php $i=0; @endphp @foreach ($service_faqs as $row) @php $i++; @endphp {{ $row->question }} {!! nl2br($row->answer) !!} @endforeach @endsection
{{ $service->description }}