@extends('layouts.master-vnext') @section('page-title') Create advanced cash @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Wages\AdvancedCashController@store'))) }} @include('wages.advanced-cash.form') {{ Form::customSubmit('Create new advanced cash') }} {{ Form::close() }} @endsection