@extends('layouts.master') @section('page-title') Create company vip @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('CompanyVipController@store'))) }} @include('vip.form') {{ Form::customSubmit('Create new company vip') }} {{ Form::close() }} @endsection