@extends('layouts.contentLayoutMaster') @section('title') Create an Invoice Record @endsection @php $breadcrumbs = [ [ 'link'=>route('invoices'), 'name' =>'Invoices' ] ] @endphp @section('vendor-style') @endsection @section('content') @include('elements.messages-error') {!! Form::open(['route' => ['invoice-store'], 'method' => 'post', 'class' => 'form form-vertical', 'novalidate']) !!} @csrf