@extends('layout') @section('title', "$service->name Service") @section('meta:title', 'AccessWorld: '.$service->name) @section('meta:description', $service->short_description) @section('content') @include('commons.banner', [ 'banners' => $service->banner ] )

{{ ucwords($service->name) }}

{{ $service->short_description }}.

{!! $service->description !!}

www.

@stop @push('scripts') @endpush