@extends('theme::layouts.app') @section('content')

{{ $service->title }}

@php $content = json_decode($service->post->content); @endphp
@php $i=0; @endphp @foreach($content->faq as $key=>$row) @php $i++; @endphp
{{ $row }}
@endforeach

{{ content('service_quote','service_quote_title') }}

{{ content('service_quote','service_quote_description') }}

{{ content('service_quote','service_quote_button') }}
@php $basic_info=LpOption('system_basic_info'); @endphp @if(!empty($basic_info->gallary_input)) @php $gallery=explode(',', $basic_info->gallary_input); @endphp
@endif @endsection