@extends('layouts.app') @section('title', 'Create Invoice') @section('content')
@include('admin.partials.sidebar')
@include('admin.partials.topbar')

Create Invoice

Generate a new invoice for customer

@csrf
@error('customer_id')

{{ $message }}

@enderror
@error('amount')

{{ $message }}

@enderror
Cancel
@endsection