@extends('layout') @section('title', 'Custom VPS') @section('content') @include('commons.banner', [ 'banners' => $service->banner ] ) {{ Form::open([ 'route' => ['service.custom.store', $service->slug], 'class' => 'form form-validate', 'novalidate' , 'id' => 'form-custom-plan']) }} Make a VPS Custom Plan @include('service.vps.custom-form') {{ Form::close() }} @stop @push('styles') @endpush @push('scripts') @endpush