Open AhmadShamli opened 6 months ago
the same goes for breakdownPricing() in the same file
on file resources/views/home.blade.php
also require to change to @if(Session::get('timer_version_footer', 0) == 1)
as the type didnt match
@AhmadShamli
Im not getting the string type when debugging and the counts work as expected, interested to see if others get this issue:
= Illuminate\Support\Collection {#5611 all: [ {#5609 +"service_type": 1, +"amount": 1, }, {#5605 +"service_type": 2, +"amount": 1, }, {#5607 +"service_type": 3, +"amount": 1, }, {#5606 +"service_type": 4, +"amount": 1, }, ], }
HI,
below would be the server information:
Host: Namecrane (BuyShared) server: lv-shared01.dapanel.net php: php 8.1.28 loaded ext: Array ( [0] => Core [1] => date [2] => libxml [3] => openssl [4] => pcre [5] => sqlite3 [6] => zlib [7] => bz2 [8] => calendar [9] => ctype [10] => curl [11] => hash [12] => filter [13] => ftp [14] => gettext [15] => json [16] => iconv [17] => SPL [18] => pcntl [19] => readline [20] => Reflection [21] => session [22] => standard [23] => mbstring [24] => shmop [25] => SimpleXML [26] => tokenizer [27] => xml [28] => litespeed [29] => i360 [30] => bcmath [31] => dom [32] => fileinfo [33] => gd [34] => imagick [35] => intl [36] => exif [37] => mysqlnd [38] => mysqli [39] => PDO [40] => pdo_mysql [41] => pdo_sqlite [42] => Phar [43] => posix [44] => soap [45] => sockets [46] => sodium [47] => xmlreader [48] => xmlwriter [49] => xsl [50] => zip )
my-idlers V2.3.2
on file app/Models/Home.php
will produce
notice that the service_type is string
while on the same file
it is try to match exact type of int value, this result in empty (0) value on Home page....