@extends('layouts.admin') @section('title', 'New ' . $typeLabel) @section('page-title', 'Add New ' . $typeLabel) @section('content') @if($customers->isEmpty())
You need at least one customer before creating an invoice.