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