@extends('layouts.master') @section('title') Add Invoice @endsection @section('page-title') Add Invoice @endsection @section('body') @endsection @section('content')
@csrf @method('POST')

# {{$next_invoice_number}}

@if(empty($clients)) Add Client @else @endif
@if(empty($products)) Add product @else @endif
Back
@endsection @section('scripts') @endsection