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