@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content') Our Services If you want to get detailed information click on service you are interested in. @foreach($services as $service) {{$service->name}} {{$service->description}} @endforeach @stop