@extends('layout') @section('title', $service->name . ' | Order') @section('header') @stop @section('content') @include('commons.banner', [ 'banners' => $service->banner ] )
@include('commons.alerts')
@if ($service->slug == 'vps')

Virtual Private Server

@elseif ($service->slug == 'web')

Web Hosting

@elseif ($service->slug == 'email')

Enterprise Secure Email

@endif

{{ $service->short_description }}

{{ $package->name }}

{{ $package->description }}

{{--

--}} {{--Customize this package to suit your needs--}} {{--

--}} {{----}} {{--Configure this Plan--}} {{----}}
{{ Form::open(['route' => [ 'service.package.store', $service->slug, $package->slug ], 'class' => 'form form-validate', 'role' => 'form', 'method' => 'POST', 'novalidate']) }} {{ Form::hidden('package',$package->slug) }} @include('service.'.$service->slug.'.form') {{ Form::close() }} This item will be added to cart
@stop