@extends('layouts.webpage.main_two') @section('page-title', 'Services') @section('content')
@if(!empty($service->image)) {{ $service->title }} @else Default project image @endif

{{ $service->title ?? 'Project Title' }}

{{ $service->location ?? 'Project Location' }}

Download Brochure @if(!empty($service->description))

Service Details

{!! nl2br(e($service->description)) !!}

@endif
@endsection