fixing styles
This commit is contained in:
@@ -30,6 +30,7 @@ class InvoicePaymentController extends Controller
|
||||
|
||||
public function show($id)
|
||||
{
|
||||
$data = [];
|
||||
$data['invoice_payment'] = InvoicePayments::getArray($id);
|
||||
|
||||
return view('Admin.Shop.InvoicePayments.view', $data);
|
||||
|
||||
Reference in New Issue
Block a user