⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.155
Server IP:
57.129.66.90
Server:
Linux vps-7f548908 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
barzah.shop
/
public_html
/
vendor
/
_laravel_ide
/
View File Name :
_model_helpers.php
<?php namespace App\Models { /** * App\Models\AdditionalSection * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $serial_number * @property mixed $possition * @property mixed $page_type * @property int $id * @property-read \App\Models\AdditionalSection $page_content * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection wherePageType($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection wherePossition($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSection>|AdditionalSection query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class AdditionalSection extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\AdditionalSectionContent * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $content * @property mixed $section_name * @property int|null $addition_section_id * @property int|null $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereAdditionSectionId($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereSectionName($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereContent($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent newQuery() * @method static \Illuminate\Database\Eloquent\Builder<AdditionalSectionContent>|AdditionalSectionContent query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class AdditionalSectionContent extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Admin * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property bool $status * @property mixed $password * @property mixed $image * @property mixed $last_name * @property mixed $first_name * @property mixed $email * @property mixed $username * @property int|null $role_id * @property int $id * @property-read \App\Models\Role $role * @property-read \Illuminate\Database\Eloquent\Collection<int, \Illuminate\Notifications\DatabaseNotification> $notifications * @property-read int|null $notifications_count * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereRoleId($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereUsername($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereFirstName($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereLastName($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Admin>|Admin query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Admin extends \Illuminate\Foundation\Auth\User { // } /** * App\Models\BasicExtended * * @property mixed $package_features * @property mixed $cname_record_section_text * @property mixed $cname_record_section_title * @property mixed $domain_request_success_message * @property int $expiration_reminder * @property mixed $contact_mails * @property mixed $contact_numbers * @property mixed $contact_addresses * @property mixed $timezone * @property mixed $featured_img * @property mixed $testimonial_img * @property float $base_currency_rate * @property mixed $base_currency_text_position * @property mixed $base_currency_text * @property mixed $base_currency_symbol_position * @property mixed $base_currency_symbol * @property mixed $smtp_password * @property mixed $smtp_username * @property mixed $encryption * @property mixed $smtp_port * @property mixed $smtp_host * @property bool $is_smtp * @property mixed $from_name * @property mixed $from_mail * @property mixed $default_language_direction * @property mixed $to_mail * @property mixed $cookie_alert_button_text * @property mixed $cookie_alert_text * @property bool $cookie_alert_status * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereCookieAlertStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereCookieAlertText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereCookieAlertButtonText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereToMail($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereDefaultLanguageDirection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereFromMail($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereFromName($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereIsSmtp($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereSmtpHost($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereSmtpPort($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereEncryption($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereSmtpUsername($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereSmtpPassword($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereBaseCurrencySymbol($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereBaseCurrencySymbolPosition($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereBaseCurrencyText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereBaseCurrencyTextPosition($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereBaseCurrencyRate($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereTestimonialImg($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereFeaturedImg($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereTimezone($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereContactAddresses($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereContactNumbers($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereContactMails($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereExpirationReminder($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereDomainRequestSuccessMessage($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereCnameRecordSectionTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended whereCnameRecordSectionText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended wherePackageFeatures($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended newQuery() * @method static \Illuminate\Database\Eloquent\Builder<BasicExtended>|BasicExtended query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class BasicExtended extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\BasicSetting * * @property mixed $time_format * @property mixed $about_additional_section_status * @property bool $about_blog_section_status * @property bool $about_testimonial_section_status * @property bool $about_counter_section_status * @property bool|null $about_work_process_section_status * @property bool|null $about_features_section_status * @property bool $whatsapp_popup * @property mixed $whatsapp_popup_message * @property mixed $whatsapp_header_title * @property mixed $whatsapp_number * @property bool $is_whatsapp * @property mixed $newsletter_subtitle * @property mixed $newsletter_title * @property mixed $useful_links_title * @property mixed $blog_title * @property bool $copyright_section * @property bool $top_footer_section * @property mixed $work_process_subtitle * @property mixed $feature_title * @property mixed $additional_section_status * @property bool|null $blog_section * @property bool $testimonial_section * @property bool $intro_section * @property bool $partners_section * @property bool $pricing_section * @property bool $featured_users_section * @property bool $templates_section * @property bool $process_section * @property bool $feature_section * @property mixed $secret_path * @property bool $maintenance_status * @property mixed $maintenance_img * @property mixed $maintainance_text * @property bool $maintainance_mode * @property mixed $disqus_script * @property mixed $disqus_shortname * @property bool $is_user_disqus * @property bool $is_disqus * @property mixed $tak_to_widget_id * @property mixed $tak_to_property_id * @property bool $is_tawkto * @property mixed $google_recaptcha_secret_key * @property mixed $google_recaptcha_site_key * @property bool $is_recaptcha * @property mixed $contact_info_title * @property mixed $contact_text * @property mixed $intro_main_image * @property mixed $copyright_text * @property mixed $newsletter_text * @property mixed $footer_text * @property mixed $footer_logo * @property mixed $breadcrumb * @property mixed $base_color_2 * @property mixed $base_color * @property mixed $website_title * @property mixed $preloader * @property bool $preloader_status * @property mixed $logo * @property mixed $favicon * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFavicon($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereLogo($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting wherePreloaderStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting wherePreloader($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWebsiteTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereBaseColor($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereBaseColor2($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereBreadcrumb($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFooterLogo($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFooterText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereNewsletterText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereCopyrightText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIntroMainImage($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereContactText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereContactInfoTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIsRecaptcha($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereGoogleRecaptchaSiteKey($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereGoogleRecaptchaSecretKey($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIsTawkto($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTakToPropertyId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTakToWidgetId($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIsDisqus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIsUserDisqus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereDisqusShortname($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereDisqusScript($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereMaintainanceMode($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereMaintainanceText($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereMaintenanceImg($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereMaintenanceStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereSecretPath($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFeatureSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereProcessSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTemplatesSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFeaturedUsersSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting wherePricingSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting wherePartnersSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIntroSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTestimonialSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereBlogSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAdditionalSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereFeatureTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWorkProcessSubtitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTopFooterSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereCopyrightSection($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereBlogTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereUsefulLinksTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereNewsletterTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereNewsletterSubtitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereIsWhatsapp($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWhatsappNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWhatsappHeaderTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWhatsappPopupMessage($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereWhatsappPopup($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutFeaturesSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutWorkProcessSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutCounterSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutTestimonialSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutBlogSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereAboutAdditionalSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting whereTimeFormat($value) * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting newQuery() * @method static \Illuminate\Database\Eloquent\Builder<BasicSetting>|BasicSetting query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class BasicSetting extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Bcategory * * @property int $serial_number * @property bool $status * @property mixed $slug * @property mixed $name * @property int $language_id * @property mixed $unique_id * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Blog> $blogs * @property-read int|null $blogs_count * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereUniqueId($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Bcategory>|Bcategory query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Bcategory extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Blog * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $serial_number * @property mixed $meta_description * @property mixed $meta_keywords * @property mixed $tags * @property mixed $content * @property mixed $main_image * @property mixed $slug * @property mixed $title * @property int|null $bcategory_id * @property int $language_id * @property int $id * @property-read \App\Models\Bcategory $bcategory * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereBcategoryId($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereMainImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereContent($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereTags($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Blog>|Blog query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Blog extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\CounterInformation * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $title * @property mixed $amount * @property mixed $color * @property mixed $icon * @property int|null $user_id * @property int|null $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereColor($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereAmount($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation newQuery() * @method static \Illuminate\Database\Eloquent\Builder<CounterInformation>|CounterInformation query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class CounterInformation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\CounterSection * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $text * @property mixed $title * @property mixed $image * @property int|null $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereText($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder<CounterSection>|CounterSection query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class CounterSection extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Customer * * @property mixed $provider_id * @property mixed $billing_country * @property mixed $billing_address * @property mixed $billing_state * @property mixed $billing_city * @property mixed $billing_number * @property mixed $billing_email * @property mixed $billing_lname * @property mixed $billing_fname * @property mixed $shipping_country * @property mixed $shipping_address * @property mixed $shipping_state * @property mixed $shipping_city * @property mixed $shipping_number * @property mixed $shipping_email * @property mixed $shipping_lname * @property mixed $shipping_fname * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $verification_link * @property mixed $verification_token * @property bool|null $status * @property mixed $address * @property mixed $contact_number * @property mixed $password * @property \Illuminate\Support\Carbon|null $email_verified_at * @property bool $email_verified * @property mixed $email * @property mixed $username * @property mixed $image * @property mixed $last_name * @property mixed $first_name * @property int|null $user_id * @property int $id * @property-read \App\Models\User $user * @property-read \Illuminate\Database\Eloquent\Collection<int, \Illuminate\Notifications\DatabaseNotification> $notifications * @property-read int|null $notifications_count * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereFirstName($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereLastName($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereUsername($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereEmailVerified($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereEmailVerifiedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereContactNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereVerificationToken($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereVerificationLink($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingFname($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingLname($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingCity($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingState($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereShippingCountry($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingFname($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingLname($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingCity($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingState($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereBillingCountry($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer whereProviderId($value) * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Customer>|Customer query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Customer extends \Illuminate\Foundation\Auth\User { // } /** * App\Models\CustomerWishList * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $user_id * @property int|null $item_id * @property int|null $customer_id * @property int $id * @property-read \App\Models\User\UserItem $item * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereCustomerId($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereItemId($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList newQuery() * @method static \Illuminate\Database\Eloquent\Builder<CustomerWishList>|CustomerWishList query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class CustomerWishList extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\EmailTemplate * * @property string|null $email_body * @property mixed $email_subject * @property mixed $email_type * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate whereEmailType($value) * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate whereEmailSubject($value) * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate whereEmailBody($value) * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate newQuery() * @method static \Illuminate\Database\Eloquent\Builder<EmailTemplate>|EmailTemplate query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class EmailTemplate extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Faq * * @property int $serial_number * @property mixed $answer * @property mixed $question * @property int $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq whereQuestion($value) * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq whereAnswer($value) * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Faq>|Faq query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Faq extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Feature * * @property int $serial_number * @property mixed $text * @property mixed $title * @property mixed $icon * @property int $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereText($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Feature>|Feature query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Feature extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Guest * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $endpoint * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \Illuminate\Notifications\DatabaseNotification> $notifications * @property-read int|null $notifications_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \NotificationChannels\WebPush\PushSubscription> $pushSubscriptions * @property-read int|null $pushSubscriptions_count * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest whereEndpoint($value) * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Guest>|Guest query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Guest extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Language * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $customer_keywords * @property bool $rtl * @property bool $dashboard_default * @property bool $is_default * @property mixed $code * @property mixed $name * @property int $id * @property-read \App\Models\BasicSetting $basic_setting * @property-read \App\Models\BasicExtended $basic_extended * @property-read \App\Models\Seo $seo * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Menu> $menus * @property-read int|null $menus_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Feature> $features * @property-read int|null $features_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Testimonial> $testimonials * @property-read int|null $testimonials_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Partner> $partners * @property-read int|null $partners_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Ulink> $ulinks * @property-read int|null $ulinks_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Page> $pages * @property-read int|null $pages_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Faq> $faqs * @property-read int|null $faqs_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Bcategory> $bcategories * @property-read int|null $bcategories_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Process> $processes * @property-read int|null $processes_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Blog> $blogs * @property-read int|null $blogs_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Popup> $popups * @property-read int|null $popups_count * @property-read \App\Models\Admin\Heading $pageName * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereIsDefault($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereDashboardDefault($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereRtl($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCustomerKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Language extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Membership * * @property mixed $conversation_id * @property bool $modified * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $expire_date * @property string|null $start_date * @property int $user_id * @property int $package_id * @property string|null $settings * @property string|null $transaction_details * @property string|null $receipt * @property int $trial_days * @property bool $is_trial * @property int $status * @property mixed $transaction_id * @property mixed $payment_method * @property mixed $currency_symbol * @property mixed $currency * @property mixed $price * @property mixed $coupon_code * @property mixed $discount * @property mixed $package_price * @property int $id * @property-read \App\Models\User $user * @property-read \App\Models\Package $package * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership wherePackagePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereCouponCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership wherePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereCurrency($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereCurrencySymbol($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership wherePaymentMethod($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereTransactionId($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereIsTrial($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereTrialDays($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereReceipt($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereTransactionDetails($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereSettings($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership wherePackageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereStartDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereExpireDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereModified($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership whereConversationId($value) * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Membership>|Membership query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Membership extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Menu * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $menus * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereMenus($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Menu extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\OfflineGateway * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $receipt * @property bool $is_receipt * @property int $serial_number * @property bool $status * @property mixed $instructions * @property mixed $short_description * @property mixed $name * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereShortDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereInstructions($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereIsReceipt($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereReceipt($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway newQuery() * @method static \Illuminate\Database\Eloquent\Builder<OfflineGateway>|OfflineGateway query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class OfflineGateway extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Package * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $meta_description * @property string|null $meta_keywords * @property mixed $features * @property mixed $status * @property int|null $number_of_custom_page * @property int|null $number_of_vcards * @property int|null $language_limit * @property int|null $order_limit * @property int|null $subcategories_limit * @property int|null $categories_limit * @property int|null $product_limit * @property int|null $post_limit * @property int|null $trial_days * @property mixed $is_trial * @property mixed $icon * @property mixed $recommended * @property mixed $featured * @property mixed $term * @property mixed $price * @property mixed $slug * @property mixed $title * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Membership> $memberships * @property-read int|null $memberships_count * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package wherePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereTerm($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereFeatured($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereRecommended($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereIsTrial($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereTrialDays($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package wherePostLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereProductLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereCategoriesLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereSubcategoriesLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereOrderLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereLanguageLimit($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereNumberOfVcards($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereNumberOfCustomPage($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereFeatures($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Package>|Package query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Package extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Page * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property bool $status * @property mixed $body * @property mixed $slug * @property mixed $title * @property int $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereBody($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Page extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Partner * * @property string|null $updated_at * @property string|null $created_at * @property int $serial_number * @property mixed $url * @property mixed $image * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Partner>|Partner query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Partner extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PaymentGateway * * @property bool $status * @property mixed $keyword * @property mixed $information * @property mixed $type * @property mixed $name * @property mixed $details * @property mixed $title * @property mixed $subtitle * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereSubtitle($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereDetails($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereInformation($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereKeyword($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class PaymentGateway extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Popup * * @property bool $status * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property bool $type * @property int $serial_number * @property int $delay * @property mixed $end_time * @property mixed $end_date * @property mixed $button_color * @property mixed $button_url * @property mixed $button_text * @property mixed $text * @property mixed $title * @property float $background_opacity * @property mixed $background_color * @property mixed $background_image * @property mixed $image * @property mixed $name * @property int $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereBackgroundImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereBackgroundColor($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereBackgroundOpacity($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereText($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereButtonText($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereButtonUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereButtonColor($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereEndDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereEndTime($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereDelay($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Popup>|Popup query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Popup extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Process * * @property int $serial_number * @property mixed $text * @property mixed $title * @property mixed $color * @property mixed $icon * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereColor($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereText($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Process>|Process query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Process extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Role * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $permissions * @property mixed $name * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Admin> $admins * @property-read int|null $admins_count * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role wherePermissions($value) * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Role>|Role query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Role extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Seo * * @property mixed $custome_page_meta_description * @property mixed $custome_page_meta_keyword * @property mixed $forget_password_meta_description * @property mixed $forget_password_meta_keywords * @property mixed $login_meta_description * @property mixed $login_meta_keywords * @property mixed $contact_meta_description * @property mixed $contact_meta_keywords * @property mixed $about_meta_description * @property mixed $about_meta_keywords * @property mixed $faqs_meta_description * @property mixed $faqs_meta_keywords * @property mixed $blogs_meta_description * @property mixed $blogs_meta_keywords * @property string|null $listing_page_meta_description * @property mixed $listing_page_meta_keyword * @property mixed $pricing_meta_description * @property mixed $pricing_meta_keywords * @property mixed $home_meta_description * @property mixed $home_meta_keywords * @property int|null $language_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereHomeMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereHomeMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo wherePricingMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo wherePricingMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereListingPageMetaKeyword($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereListingPageMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereBlogsMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereBlogsMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereFaqsMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereFaqsMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereAboutMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereAboutMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereContactMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereContactMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereLoginMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereLoginMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereForgetPasswordMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereForgetPasswordMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereCustomePageMetaKeyword($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo whereCustomePageMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Seo>|Seo query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Seo extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Sitemap * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $filename * @property mixed $sitemap_url * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap whereSitemapUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap whereFilename($value) * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Sitemap>|Sitemap query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Sitemap extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Social * * @property int $serial_number * @property mixed $url * @property mixed $icon * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social whereUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Social>|Social query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Social extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Subscriber * * @property string|null $updated_at * @property string|null $created_at * @property mixed $email * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Subscriber extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Testimonial * * @property string|null $updated_at * @property string|null $created_at * @property int|null $serial_number * @property mixed $designation * @property mixed $name * @property mixed $comment * @property mixed $image * @property mixed $main_image * @property int|null $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereMainImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereComment($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereDesignation($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Testimonial>|Testimonial query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Testimonial extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Timezone * * @property float $raw_offset * @property float $dst_offset * @property float $gmt_offset * @property mixed $timezone * @property mixed $country_code * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereCountryCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereTimezone($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereGmtOffset($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereDstOffset($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone whereRawOffset($value) * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Timezone>|Timezone query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Timezone extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Ulink * * @property string|null $updated_at * @property string|null $created_at * @property mixed $url * @property mixed $name * @property int $language_id * @property int $id * @property-read \App\Models\Language $language * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Ulink>|Ulink query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Ulink extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Variant * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $user_id * @property int $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\VariantContent> $variantContents * @property-read int|null $variantContents_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\VariantOption> $variantOptions * @property-read int|null $variantOptions_count * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Variant>|Variant query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Variant extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\VariantContent * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $name * @property int|null $variant_id * @property int|null $user_id * @property int|null $language_id * @property int|null $sub_category_id * @property int|null $category_id * @property int $id * @property-read \App\Models\User\UserItemCategory $category * @property-read \App\Models\User\UserItemSubCategory $sub_category * @property-read \App\Models\VariantOption $variant_options * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereCategoryId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereSubCategoryId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereVariantId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent newQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantContent>|VariantContent query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class VariantContent extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\VariantOption * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $variant_id * @property int|null $user_id * @property int $id * @property-read \App\Models\VariantOptionContent $variant_options_content * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\VariantOptionContent> $variantOptionContents * @property-read int|null $variantOptionContents_count * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption whereVariantId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption newQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantOption>|VariantOption query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class VariantOption extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\VariantOptionContent * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $index_key * @property mixed $option_name * @property int|null $user_id * @property int|null $language_id * @property int|null $variant_option_id * @property int|null $variant_id * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereVariantId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereVariantOptionId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereOptionName($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereIndexKey($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent newQuery() * @method static \Illuminate\Database\Eloquent\Builder<VariantOptionContent>|VariantOptionContent query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed leftJoin($table, $first, $operator, $second) * @method static mixed leftJoinWhere($table, $first, $operator, $second) * @method static mixed leftJoinSub($query, $as, $first, $operator, $second) * @method static mixed rightJoin($table, $first, $operator, $second) * @method static mixed rightJoinWhere($table, $first, $operator, $second) * @method static mixed rightJoinSub($query, $as, $first, $operator, $second) * @method static mixed crossJoin($table, $first, $operator, $second) * @method static mixed crossJoinSub($query, $as) * @method static mixed newJoinClause(self $parentQuery, $type, $table) * @method static mixed mergeWheres($wheres, $bindings) * @method static mixed where($column, $operator, $value, $boolean) * @method static mixed addArrayOfWheres($column, $boolean, $method) * @method static mixed prepareValueAndOperator($value, $operator, $useDefault) * @method static mixed invalidOperatorAndValue($operator, $value) * @method static mixed invalidOperator($operator) * @method static mixed isBitwiseOperator($operator) * @method static mixed orWhere($column, $operator, $value) * @method static mixed whereNot($column, $operator, $value, $boolean) * @method static mixed orWhereNot($column, $operator, $value) * @method static mixed whereColumn($first, $operator, $second, $boolean) * @method static mixed orWhereColumn($first, $operator, $second) * @method static mixed whereRaw($sql, $bindings, $boolean) * @method static mixed orWhereRaw($sql, $bindings) * @method static mixed whereIn($column, $values, $boolean, $not) * @method static mixed orWhereIn($column, $values) * @method static mixed whereNotIn($column, $values, $boolean) * @method static mixed orWhereNotIn($column, $values) * @method static mixed whereIntegerInRaw($column, $values, $boolean, $not) * @method static mixed orWhereIntegerInRaw($column, $values) * @method static mixed whereIntegerNotInRaw($column, $values, $boolean) * @method static mixed orWhereIntegerNotInRaw($column, $values) * @method static mixed whereNull($columns, $boolean, $not) * @method static mixed orWhereNull($column) * @method static mixed whereNotNull($columns, $boolean) * @method static mixed whereBetween($column, iterable $values, $boolean, $not) * @method static mixed whereBetweenColumns($column, array $values, $boolean, $not) * @method static mixed orWhereBetween($column, iterable $values) * @method static mixed orWhereBetweenColumns($column, array $values) * @method static mixed whereNotBetween($column, iterable $values, $boolean) * @method static mixed whereNotBetweenColumns($column, array $values, $boolean) * @method static mixed orWhereNotBetween($column, iterable $values) * @method static mixed orWhereNotBetweenColumns($column, array $values) * @method static mixed orWhereNotNull($column) * @method static mixed whereDate($column, $operator, $value, $boolean) * @method static mixed orWhereDate($column, $operator, $value) * @method static mixed whereTime($column, $operator, $value, $boolean) * @method static mixed orWhereTime($column, $operator, $value) * @method static mixed whereDay($column, $operator, $value, $boolean) * @method static mixed orWhereDay($column, $operator, $value) * @method static mixed whereMonth($column, $operator, $value, $boolean) * @method static mixed orWhereMonth($column, $operator, $value) * @method static mixed whereYear($column, $operator, $value, $boolean) * @method static mixed orWhereYear($column, $operator, $value) * @method static mixed addDateBasedWhere($type, $column, $operator, $value, $boolean) * @method static mixed whereNested(Closure $callback, $boolean) * @method static mixed forNestedWhere() * @method static mixed addNestedWhereQuery($query, $boolean) * @method static mixed whereSub($column, $operator, Closure $callback, $boolean) * @method static mixed whereExists(Closure $callback, $boolean, $not) * @method static mixed orWhereExists(Closure $callback, $not) * @method static mixed whereNotExists(Closure $callback, $boolean) * @method static mixed orWhereNotExists(Closure $callback) * @method static mixed addWhereExistsQuery(self $query, $boolean, $not) * @method static mixed whereRowValues($columns, $operator, $values, $boolean) * @method static mixed orWhereRowValues($columns, $operator, $values) * @method static mixed whereJsonContains($column, $value, $boolean, $not) * @method static mixed orWhereJsonContains($column, $value) * @method static mixed whereJsonDoesntContain($column, $value, $boolean) * @method static mixed orWhereJsonDoesntContain($column, $value) * @method static mixed whereJsonContainsKey($column, $boolean, $not) * @method static mixed orWhereJsonContainsKey($column) * @method static mixed whereJsonDoesntContainKey($column, $boolean) * @method static mixed orWhereJsonDoesntContainKey($column) * @method static mixed whereJsonLength($column, $operator, $value, $boolean) * @method static mixed orWhereJsonLength($column, $operator, $value) * @method static mixed dynamicWhere($method, $parameters) * @method static mixed addDynamic($segment, $connector, $parameters, $index) * @method static mixed whereFullText($columns, $value, array $options, $boolean) * @method static mixed orWhereFullText($columns, $value, array $options) * @method static mixed groupBy($groups) * @method static mixed groupByRaw($sql, array $bindings) * @method static mixed having($column, $operator, $value, $boolean) * @method static mixed orHaving($column, $operator, $value) * @method static mixed havingNested(Closure $callback, $boolean) * @method static mixed addNestedHavingQuery($query, $boolean) * @method static mixed havingNull($columns, $boolean, $not) * @method static mixed orHavingNull($column) * @method static mixed havingNotNull($columns, $boolean) * @method static mixed orHavingNotNull($column) * @method static mixed havingBetween($column, array $values, $boolean, $not) * @method static mixed havingRaw($sql, array $bindings, $boolean) * @method static mixed orHavingRaw($sql, array $bindings) * @method static mixed orderBy($column, $direction) * @method static mixed orderByDesc($column) * @method static mixed latest($column) * @method static mixed oldest($column) * @method static mixed inRandomOrder($seed) * @method static mixed orderByRaw($sql, $bindings) * @method static mixed skip($value) * @method static mixed offset($value) * @method static mixed take($value) * @method static mixed limit($value) * @method static mixed forPage($page, $perPage) * @method static mixed forPageBeforeId($perPage, $lastId, $column) * @method static mixed forPageAfterId($perPage, $lastId, $column) * @method static mixed reorder($column, $direction) * @method static mixed removeExistingOrdersFor($column) * @method static mixed union($query, $all) * @method static mixed unionAll($query) * @method static mixed lock($value) * @method static mixed lockForUpdate() * @method static mixed sharedLock() * @method static mixed beforeQuery(callable $callback) * @method static mixed applyBeforeQueryCallbacks() * @method static mixed toSql() * @method static mixed find($id, $columns) * @method static mixed findOr($id, $columns, Closure $callback) * @method static mixed value($column) * @method static mixed rawValue(string $expression, array $bindings) * @method static mixed soleValue($column) * @method static mixed get($columns) * @method static mixed runSelect() * @method static mixed paginate($perPage, $columns, $pageName, $page) * @method static mixed simplePaginate($perPage, $columns, $pageName, $page) * @method static mixed cursorPaginate($perPage, $columns, $cursorName, $cursor) * @method static mixed ensureOrderForCursorPagination($shouldReverse) * @method static mixed getCountForPagination($columns) * @method static mixed runPaginationCountQuery($columns) * @method static mixed cloneForPaginationCount() * @method static mixed withoutSelectAliases(array $columns) * @method static mixed cursor() * @method static mixed enforceOrderBy() * @method static mixed pluck($column, $key) * @method static mixed stripTableForPluck($column) * @method static mixed pluckFromObjectColumn($queryResult, $column, $key) * @method static mixed pluckFromArrayColumn($queryResult, $column, $key) * @method static mixed implode($column, $glue) * @method static mixed exists() * @method static mixed doesntExist() * @method static mixed existsOr(Closure $callback) * @method static mixed doesntExistOr(Closure $callback) * @method static mixed count($columns) * @method static mixed min($column) * @method static mixed max($column) * @method static mixed sum($column) * @method static mixed avg($column) * @method static mixed average($column) * @method static mixed aggregate($function, $columns) * @method static mixed numericAggregate($function, $columns) * @method static mixed setAggregate($function, $columns) * @method static mixed onceWithColumns($columns, $callback) * @method static mixed insert(array $values) * @method static mixed insertOrIgnore(array $values) * @method static mixed insertGetId(array $values, $sequence) * @method static mixed insertUsing(array $columns, $query) * @method static mixed update(array $values) * @method static mixed updateFrom(array $values) * @method static mixed updateOrInsert(array $attributes, array $values) * @method static mixed upsert(array $values, $uniqueBy, $update) * @method static mixed increment($column, $amount, array $extra) * @method static mixed incrementEach(array $columns, array $extra) * @method static mixed decrement($column, $amount, array $extra) * @method static mixed decrementEach(array $columns, array $extra) * @method static mixed delete($id) * @method static mixed truncate() * @method static mixed newQuery() * @method static mixed forSubQuery() * @method static mixed raw($value) * @method static mixed getBindings() * @method static mixed getRawBindings() * @method static mixed setBindings(array $bindings, $type) * @method static mixed addBinding($value, $type) * @method static mixed castBinding($value) * @method static mixed mergeBindings(self $query) * @method static mixed cleanBindings(array $bindings) * @method static mixed flattenValue($value) * @method static mixed defaultKeyName() * @method static mixed getConnection() * @method static mixed getProcessor() * @method static mixed getGrammar() * @method static mixed useWritePdo() * @method static mixed isQueryable($value) * @method static mixed clone() * @method static mixed cloneWithout(array $properties) * @method static mixed cloneWithoutBindings(array $except) * @method static mixed dump() * @method static mixed dd() * @method static mixed chunk($count, callable $callback) * @method static mixed chunkMap(callable $callback, $count) * @method static mixed each(callable $callback, $count) * @method static mixed chunkById($count, callable $callback, $column, $alias) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class VariantOptionContent extends \Illuminate\Database\Eloquent\Model { // } }