@extends('layouts.main-app') @section('title', 'Services') @section('content') @include('layouts.navbar')
Home >Services

{{ $services->title }}

{!! $services->description !!}

Services
@include('layouts.newsletter') @include('layouts.footer') @endsection