@extends('layouts/master') @section('css') @stop @section('title') Our Services | Tailored Design & Construction Solutions @stop @section('metas') @stop @section('content')
@foreach($allservice as $s)

{{ ucwords($s->title) }}

{{ $s->short_description }}

@endforeach
@include('inc.how-we-work') @include('inc.our-skill') @stop @section('js') @stop