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