Route::group(['prefix' => 'owner', 'middleware' => 'owner'], function () {
// ...
});
$('iframe').wrapAll('<div class="vieo"></div>')
window.onbeforeunload = function() {
return "Did you save your stuff?"
}
.qty_minus:hover, .qty_minus:active, .qty_minus:focus {
text-decoration: none;
}
var createGroupedArray = function(arr, chunkSize) {
var groups = [], i;
for (i = 0; i < arr.length; i += chunkSize) {
groups.push(arr.slice(i, i + chunkSize));
}
return groups;
}
var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14];
var groupedArr = createGroupedArray(arr, 4);
mysqli_*
, для работы с базой используйте php.net/manual/ru/book.pdo.php .accept{
color: map-get($list, 'accept');
/* или */
color: map-get($list, accept);
}