@extends('layouts.admin') @section('title', 'New ' . $typeLabel) @section('page-title', 'Add New ' . $typeLabel) @section('content') @if($customers->isEmpty())
Add a client first

You need at least one customer before creating an invoice.

Add Customer Back
@else @include('admin.invoices._form') @endif @endsection