my search is not working right does this look wrong to anyone
$rcs = Recurring::leftJoin('recurring_charge_linked', 'recurring_charge.id', '=', 'recurring_charge_linked.recurring_charge_id')
->orWhere('card_name', 'LIKE', $param1.'%')
->orWhere('card_type', 'LIKE', $param1.'%')
->orWhere('notify_email', 'LIKE', $param1.'%')
->orWhere('contact_phone', 'LIKE', $param1.'%')
->orWhere('recurring_day', $param1)
->orWhere('recurring_amount', $param1)
->get();
No any search results
You already invited:
1 Answers
Mr David
Upvotes from: