@extends('layouts.site') @section('content')

{{ $service['name'] }}

{{-- Editorial title HTML is trusted, version-controlled content, never user input. --}}

{!! $service['title'] !!}

{{ $service['intro'] }}

Talk to Tashi
Contemporary architecture and thoughtfully designed spaces
@foreach($service['sections'] as $section)

{{ sprintf('%02d', $loop->iteration) }} / {{ $section[0] }}

{{ $section[1] }}

{{ $section[2] }}

@isset($section[3])@endisset Discuss your requirement
@endforeach
@if($service['slug'] === 'nri-advisory') @include('partials.nri-process') @endif @include('partials.filter') @include('partials.closing') @endsection