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

Invoices

@include('flash::message')

Report Search

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

{{-- {!! Form::close() !!}--}}
@stop @section('footer_scripts') @stop