@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 Send Inquiry @{{ name }} Select a supplier @{{ name }} Select a service @{{ label }} @{{ spec }} Send Inquiry {{ Form::close() }} @foreach(ssl_providers() as $provider) @endforeach @stop @push('scripts') @endpush
{{ $service->short_description }}