@extends('billing/layouts/default') @section('title') Invoices @parent @stop {{-- Page content --}} @section('content')

Invoices

@include('flash::message')

Invoices List

{{--
--}}
{!! Form::open(['route' => 'billing.invoices.create.invoice']) !!}
{!! Form::close() !!}
@stop @section('footer_scripts') @stop