@extends('adminlte::page') @section('title', 'New Invoice') @section('content_header')

New Invoice

@endsection @section('content')
@include('invoices._form')
@endsection