@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 !!}
{{ Form::open(['route' => 'inquiry','method' => 'GET']) }}
Choose SSL Certificate Type
@{{ label }} @{{ spec }}
{{ Form::close() }}
@foreach(ssl_providers() as $provider)
@endforeach
@stop @push('scripts') @endpush