@extends('layouts.dashboard') @section('title', 'Issue Receipt') @section('header', 'Issue Receipt') @section('sidebar') @include('company-admin.partials.sidebar') @endsection @section('content')
@csrf

Select Payment

Choose a completed payment to issue a receipt for.

@error('payment_id')

{{ $message }}

@enderror @if($payments->isEmpty())

No completed payments available. Payments must be marked as "completed" to issue receipts.

@endif
@error('notes')

{{ $message }}

@enderror
Cancel
@endsection