⚝
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
/
Edit File: _model_helpers.php
|AdditionalSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection wherePageType($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection wherePossition($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereAdditionSectionId($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereSectionName($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereContent($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|AdditionalSectionContent newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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
$notifications * @property-read int|null $notifications_count * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereRoleId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereUsername($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereFirstName($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereLastName($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Admin newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Admin newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereCookieAlertStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereCookieAlertText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereCookieAlertButtonText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereToMail($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereDefaultLanguageDirection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereFromMail($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereFromName($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereIsSmtp($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereSmtpHost($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereSmtpPort($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereEncryption($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereSmtpUsername($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereSmtpPassword($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereBaseCurrencySymbol($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereBaseCurrencySymbolPosition($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereBaseCurrencyText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereBaseCurrencyTextPosition($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereBaseCurrencyRate($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereTestimonialImg($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereFeaturedImg($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereTimezone($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereContactAddresses($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereContactNumbers($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereContactMails($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereExpirationReminder($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereDomainRequestSuccessMessage($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereCnameRecordSectionTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended whereCnameRecordSectionText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended wherePackageFeatures($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|BasicExtended newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFavicon($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereLogo($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting wherePreloaderStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting wherePreloader($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWebsiteTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereBaseColor($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereBaseColor2($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereBreadcrumb($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFooterLogo($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFooterText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereNewsletterText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereCopyrightText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIntroMainImage($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereContactText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereContactInfoTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIsRecaptcha($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereGoogleRecaptchaSiteKey($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereGoogleRecaptchaSecretKey($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIsTawkto($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTakToPropertyId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTakToWidgetId($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIsDisqus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIsUserDisqus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereDisqusShortname($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereDisqusScript($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereMaintainanceMode($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereMaintainanceText($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereMaintenanceImg($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereMaintenanceStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereSecretPath($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFeatureSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereProcessSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTemplatesSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFeaturedUsersSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting wherePricingSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting wherePartnersSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIntroSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTestimonialSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereBlogSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAdditionalSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereFeatureTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWorkProcessSubtitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTopFooterSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereCopyrightSection($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereBlogTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereUsefulLinksTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereNewsletterTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereNewsletterSubtitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereIsWhatsapp($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWhatsappNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWhatsappHeaderTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWhatsappPopupMessage($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereWhatsappPopup($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutFeaturesSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutWorkProcessSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutCounterSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutTestimonialSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutBlogSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereAboutAdditionalSectionStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting whereTimeFormat($value) * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|BasicSetting newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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
$blogs * @property-read int|null $blogs_count * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereUniqueId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereName($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Bcategory newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereBcategoryId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereMainImage($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereContent($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereTags($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereMetaKeywords($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereMetaDescription($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Blog newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Blog newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereColor($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereAmount($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|CounterInformation newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereText($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|CounterSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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
$notifications * @property-read int|null $notifications_count * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereFirstName($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereLastName($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereImage($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereUsername($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereEmailVerified($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereEmailVerifiedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer wherePassword($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereContactNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereVerificationToken($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereVerificationLink($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingFname($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingLname($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingEmail($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingCity($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingState($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingAddress($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereShippingCountry($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingFname($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingLname($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingEmail($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingCity($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingState($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingAddress($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereBillingCountry($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer whereProviderId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Customer newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Customer newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList whereCustomerId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList whereItemId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|CustomerWishList newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|EmailTemplate whereEmailType($value) * @method static \Illuminate\Database\Eloquent\Builder
|EmailTemplate whereEmailSubject($value) * @method static \Illuminate\Database\Eloquent\Builder
|EmailTemplate whereEmailBody($value) * @method static \Illuminate\Database\Eloquent\Builder
|EmailTemplate newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|EmailTemplate newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Faq whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Faq whereQuestion($value) * @method static \Illuminate\Database\Eloquent\Builder
|Faq whereAnswer($value) * @method static \Illuminate\Database\Eloquent\Builder
|Faq whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Faq newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Faq newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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 whereId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature whereText($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature whereSerialNumber($value) * @method static \Illuminate\Database\Eloquent\Builder
|Feature newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder
|Feature newQuery() * @method static \Illuminate\Database\Eloquent\Builder
|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