/var/www/vhosts/nabawater/frontend/views/branch
NameSizeModeActions
branch-list.php296700644editdlrm
cart.php76490644editdlrm
detail.php372040644editdlrm
index.php81900644editdlrm
item-ingredient.php18000644editdlrm
restruant-filter.php125650644editdlrm
view.php46340644editdlrm
_cart_detail.php43360644editdlrm
_featured_restaurants.php14300644editdlrm
_ingredient.php34010644editdlrm
_item.php9190644editdlrm
_item_detail.php31110644editdlrm
_menuCategory.php810644editdlrm
_mini_cart.php72270644editdlrm
_vendor.php25480644editdlrm
Edit: /var/www/vhosts/nabawater/frontend/views/branch/branch-list.php (29670B)
getUser()->getId(); $cuisinesVal = Cuisine::find()->alias('C') ->select(['C.cuisine_id','CL.cuisine_name']) ->leftJoin(['CL' => CuisineLang::tableName()],'CL.cuisine_id = C.cuisine_id and CL.language_code = "en" ') ->where(['C.cuisine_status' => 1])->asArray()->all(); ?>
search

$value) { $modelTimeSlot = BranchTimeslot::find() ->where([ 'day_id' => date('w')+1, 'branch_id' => $data['branch_id'], 'branch_timeslot_status' => Branch::ACTIVE, ]) ->andWhere(['<=','timeslot_start_time', date('H:i', time())]) ->andWhere(['>','timeslot_end_time', date('H:i', time())]) ->andWhere(['timeslot_type' => $value]) ->one(); if ($modelTimeSlot !== null) { $modelTimeSlotCount = 1; } } $modelTimeSlot = $modelTimeSlotCount; } else { $modelTimeSlot = BranchTimeslot::find() ->where([ 'day_id' => date('w')+1, 'branch_id' => $data['branch_id'], 'branch_timeslot_status' => Branch::ACTIVE, ]) ->andWhere(['<=','timeslot_start_time', date('H:i', time())]) ->andWhere(['>','timeslot_end_time', date('H:i', time())]) ->andWhere(['timeslot_type' => $data['order_type']]) ->one(); if ($modelTimeSlot === null) { $modelTimeSlot = []; } } ?>

0 ) { $rowcount = count($vendortypedetails) - 1; $count = 0; foreach ($vendortypedetails as $key => $vendortypedetailsvalue) { if($rowcount != $count) { echo $vendortypedetailsvalue['vendor_type_name'].','; } else { echo $vendortypedetailsvalue['vendor_type_name']; } $count++; } } ?>

" vendor="" >
0; $x--) { ?> name="star" />
*/ ?>
= 1 ){ $class = "fav-button-add added"; $content = Yii::t('frontend', 'Remove'); } ?>
*/ ?>