show() show(\App\User $user, \App\Http\Models\Invoice $invoice) : boolean User can view only his own invoice. Parameters \App\User $user \App\Http\Models\Invoice $invoice Returns boolean
update() update() : boolean Only an admin can update the invoice (for updating invoice status). Returns boolean