@extends('layouts.webpage.main_two')
@section('page-title', 'Services')
@section('content')
@else
@endif
{{ $service->location ?? 'Project Location' }}
Download Brochure @if(!empty($service->description)){!! nl2br(e($service->description)) !!}