[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: _model_helpers.php
<?php namespace App\Models { /** * App\Models\Addon * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property bool $status * @property mixed $license_code * @property mixed $item_id * @property string|null $files * @property mixed $author * @property string|null $date * @property mixed $version * @property string|null $description * @property mixed $slug * @property mixed $title * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereVersion($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereAuthor($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereFiles($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereItemId($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereLicenseCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Addon>|Addon 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Addon extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Address * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $user_id * @property string|null $longitude * @property string|null $latitude * @property string|null $zip_code * @property string|null $city * @property string|null $state * @property string $address * @property string $country * @property string $phone * @property string $country_code * @property string|null $email * @property string $full_name * @property integer $id * @property-read \App\Models\User $user * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereFullName($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCountryCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address wherePhone($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCountry($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereState($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCity($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereZipCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereLatitude($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereLongitude($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Address>|Address 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Address extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Analytic * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $name * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\AnalyticSection> $analyticSections * @property-read int|null $analyticSections_count * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Analytic>|Analytic 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Analytic extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\AnalyticSection * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $section * @property string $data * @property string $name * @property integer $analytic_id * @property integer $id * @property-read \App\Models\Analytic $analytic * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereAnalyticId($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereData($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereSection($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder<AnalyticSection>|AnalyticSection 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 AnalyticSection extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Barcode * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property mixed $name * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Barcode>|Barcode 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Barcode extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Benefit * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $sort * @property integer $status * @property string $description * @property string $title * @property integer $id * @property-read mixed $thumb * @property-read mixed $cover * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereSort($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Benefit>|Benefit 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Benefit extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\CapturePaymentNotification * * @property \Illuminate\Support\Carbon|null $created_at * @property string $token * @property integer $order_id * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification whereToken($value) * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification newQuery() * @method static \Illuminate\Database\Eloquent\Builder<CapturePaymentNotification>|CapturePaymentNotification 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 CapturePaymentNotification extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\City * * @property string|null $deleted_at * @property \Illuminate\Support\Carbon $updated_at * @property \Illuminate\Support\Carbon $created_at * @property integer $status * @property integer $state_id * @property string $name * @property integer $id * @property-read \App\Models\Country $country * @property-read \App\Models\State $state * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereStateId($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City whereDeletedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<City>|City newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<City>|City newQuery() * @method static \Illuminate\Database\Eloquent\Builder<City>|City 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 City extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Country * * @property string|null $deleted_at * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $status * @property string $name * @property string $code * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country whereDeletedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Country>|Country 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Country extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Coupon * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string|null $description * @property integer|null $limit_per_user * @property decimal:6 $maximum_discount * @property decimal:6 $minimum_order * @property \Illuminate\Support\Carbon|null $end_date * @property \Illuminate\Support\Carbon|null $start_date * @property integer $discount_type * @property decimal:6 $discount * @property string $code * @property string $name * @property integer $id * @property-read mixed $image * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereDiscountType($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereStartDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereEndDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereMinimumOrder($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereMaximumDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereLimitPerUser($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Coupon>|Coupon 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Coupon extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Currency * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property decimal:6|null $exchange_rate * @property integer $is_cryptocurrency * @property string $code * @property string $symbol * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereSymbol($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereIsCryptocurrency($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereExchangeRate($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Currency>|Currency 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Currency extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Damage * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string|null $note * @property decimal:6 $total * @property decimal:6 $subtotal * @property decimal:6|null $discount * @property decimal:6|null $tax * @property string|null $reference_no * @property \Illuminate\Support\Carbon $date * @property integer $id * @property-read mixed $file * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $stocks * @property-read int|null $stocks_count * @property-read \App\Models\User $creator * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereReferenceNo($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereTax($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereSubtotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereNote($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Damage>|Damage 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Damage extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\DefaultAccess * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $default_id * @property integer $user_id * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereDefaultId($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess newQuery() * @method static \Illuminate\Database\Eloquent\Builder<DefaultAccess>|DefaultAccess 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 DefaultAccess extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\GatewayOption * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string|null $activities * @property integer $type * @property string|null $value * @property string $option * @property string $model_type * @property integer $model_id * @property integer $id * @property-read \App\Models\GatewayOption $model * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereModelId($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereModelType($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereOption($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereValue($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereActivities($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption newQuery() * @method static \Illuminate\Database\Eloquent\Builder<GatewayOption>|GatewayOption 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 GatewayOption extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Language * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property integer $display_mode * @property string $code * @property string $name * @property integer $id * @property-read mixed $image * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereDisplayMode($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Language>|Language query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Language extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Menu * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $priority * @property int $type * @property int $parent * @property mixed $status * @property mixed $icon * @property mixed $url * @property mixed $language * @property mixed $name * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereLanguage($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereUrl($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereIcon($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereParent($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu wherePriority($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Menu>|Menu query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Menu extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\MenuSection * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder<MenuSection>|MenuSection 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 MenuSection extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\MenuTemplate * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate newQuery() * @method static \Illuminate\Database\Eloquent\Builder<MenuTemplate>|MenuTemplate 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 MenuTemplate extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\NotificationAlert * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer|null $push_notification * @property integer|null $sms * @property integer|null $mail * @property string|null $push_notification_message * @property string|null $sms_message * @property string|null $mail_message * @property string $language * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereLanguage($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereMailMessage($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereSmsMessage($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert wherePushNotificationMessage($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereMail($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereSms($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert wherePushNotification($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert newQuery() * @method static \Illuminate\Database\Eloquent\Builder<NotificationAlert>|NotificationAlert 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 NotificationAlert extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\NotificationSetting * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $settingable_id * @property mixed $settingable_type * @property string $payload * @property mixed $key * @property mixed $group * @property int $id * @property-read mixed $file * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereGroup($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereKey($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting wherePayload($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereSettingableType($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereSettingableId($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting newQuery() * @method static \Illuminate\Database\Eloquent\Builder<NotificationSetting>|NotificationSetting 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 NotificationSetting extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Order * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer|null $source * @property string|null $reason * @property bool $active * @property integer $status * @property string|null $pos_payment_note * @property decimal:6|null $pos_received_amount * @property integer|null $pos_payment_method * @property integer $payment_status * @property integer $payment_method * @property \Illuminate\Support\Carbon $order_datetime * @property integer $order_type * @property decimal:6 $total * @property decimal:6|null $shipping_charge * @property decimal:6|null $discount * @property decimal:6|null $tax * @property decimal:6 $subtotal * @property integer $user_id * @property string|null $order_serial_no * @property integer $id * @property-read \App\Models\Transaction $transaction * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $orderProducts * @property-read int|null $orderProducts_count * @property-read \App\Models\User $user * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\OrderAddress> $address * @property-read int|null $address_count * @property-read \App\Models\OrderOutletAddress $outletAddress * @property-read \App\Models\PaymentGateway $paymentMethod * @property-read \App\Models\ReturnAndRefund $returnAndRefund * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereOrderSerialNo($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereSubtotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereTax($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereShippingCharge($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereOrderType($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereOrderDatetime($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order wherePaymentMethod($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order wherePaymentStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order wherePosPaymentMethod($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order wherePosReceivedAmount($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order wherePosPaymentNote($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereActive($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereReason($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereSource($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order pending() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order confirmed() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order ongoing() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order delivered() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order canceled() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order rejected() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Order>|Order 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Order extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\OrderAddress * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $longitude * @property string|null $latitude * @property string|null $zip_code * @property string|null $city * @property string|null $state * @property string|null $address * @property string|null $country * @property string|null $phone * @property string|null $country_code * @property string|null $email * @property string $full_name * @property integer $address_type * @property integer $user_id * @property integer $order_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereAddressType($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereFullName($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereCountryCode($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress wherePhone($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereCountry($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereState($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereCity($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereZipCode($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereLatitude($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereLongitude($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress newQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderAddress>|OrderAddress 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 OrderAddress extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\OrderArea * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $shipping_cost * @property string|null $city * @property string|null $state * @property string $country * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereCountry($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereState($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereCity($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereShippingCost($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea newQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderArea>|OrderArea 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 OrderArea extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\OrderCoupon * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property decimal:6 $discount * @property integer $user_id * @property integer $coupon_id * @property integer $order_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereCouponId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon newQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderCoupon>|OrderCoupon 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 OrderCoupon extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\OrderOutletAddress * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string $address * @property string $zip_code * @property string $state * @property string $city * @property string|null $longitude * @property string|null $latitude * @property string|null $phone * @property string|null $country_code * @property string|null $email * @property string $name * @property integer $user_id * @property integer $order_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereCountryCode($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress wherePhone($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereLatitude($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereLongitude($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereCity($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereState($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereZipCode($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress newQuery() * @method static \Illuminate\Database\Eloquent\Builder<OrderOutletAddress>|OrderOutletAddress 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 OrderOutletAddress extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Otp * * @property integer|null $is_verified * @property \Illuminate\Support\Carbon|null $created_at * @property string $token * @property string $code * @property string $phone * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp wherePhone($value) * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp whereToken($value) * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp whereIsVerified($value) * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Otp>|Otp 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Otp extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Outlet * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $address * @property string $zip_code * @property string $state * @property string $city * @property string|null $longitude * @property string|null $latitude * @property string|null $phone * @property string|null $country_code * @property string|null $email * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereCountryCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet wherePhone($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereLatitude($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereLongitude($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereCity($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereState($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereZipCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereAddress($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Outlet>|Outlet 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Outlet extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PWA * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int $id * @property-read mixed $splash * @property-read mixed $icon * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PWA>|PWA 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 PWA extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Page * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property integer|null $menu_template_id * @property integer $menu_section_id * @property string|null $description * @property string $slug * @property string $title * @property integer $id * @property-read mixed $image * @property-read \App\Models\MenuSection $menuSection * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereMenuSectionId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereMenuTemplateId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Page>|Page query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Page extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PaymentGateway * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string|null $misc * @property string $slug * @property string $name * @property integer $id * @property-read mixed $image * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\GatewayOption> $gatewayOptions * @property-read int|null $gatewayOptions_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereMisc($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PaymentGateway>|PaymentGateway query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class PaymentGateway extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductAttribute * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $name * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ProductAttributeOption> $productAttributeOptions * @property-read int|null $productAttributeOptions_count * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductAttribute>|ProductAttribute 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductAttribute extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductAttributeOption * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $name * @property integer $product_attribute_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereProductAttributeId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductAttributeOption>|ProductAttributeOption 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductAttributeOption extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductBrand * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string|null $description * @property string $slug * @property string $name * @property integer $id * @property-read mixed $thumb * @property-read mixed $cover * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductBrand>|ProductBrand 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductBrand extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductCategory * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer|null $parent_id * @property integer $status * @property string|null $description * @property string $slug * @property string $name * @property integer $id * @property-read mixed $thumb * @property-read mixed $cover * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @property-read \App\Models\ProductCategory $parent_category * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ProductCategory> $children * @property-read int|null $children_count * @property-read \App\Models\ProductCategory $parent * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereParentId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory active() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory tree() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory treeOf() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory hasChildren() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory doesntHaveChildren() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory hasParent() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory isLeaf() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory isRoot() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory whereDepth() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory breadthFirst() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory depthFirst() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory withRelationshipExpression() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductCategory>|ProductCategory 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductCategory extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductReview * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $review * @property integer $star * @property integer $product_id * @property integer $user_id * @property integer $id * @property-read mixed $images * @property-read \App\Models\Product $product * @property-read \App\Models\User $user * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereStar($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereReview($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductReview>|ProductReview 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductReview extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductSection * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $slug * @property string $name * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ProductSectionProduct> $productSectionProducts * @property-read int|null $productSectionProducts_count * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection active() * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSection>|ProductSection 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductSection extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductSectionProduct * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $product_id * @property integer $product_section_id * @property integer $id * @property-read \App\Models\ProductSection $productSection * @property-read \App\Models\Product $product * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereProductSectionId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSectionProduct>|ProductSectionProduct 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductSectionProduct extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductSeo * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $meta_keyword * @property string $description * @property string $title * @property integer $product_id * @property integer $id * @property-read mixed $thumb * @property-read mixed $cover * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereMetaKeyword($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSeo>|ProductSeo 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductSeo extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductSeoMetaTag * * @method static \Illuminate\Database\Eloquent\Builder<ProductSeoMetaTag>|ProductSeoMetaTag newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSeoMetaTag>|ProductSeoMetaTag newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductSeoMetaTag>|ProductSeoMetaTag 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductSeoMetaTag extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductTag * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $name * @property integer $product_id * @property integer $id * @property-read \App\Models\Product $product * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductTag>|ProductTag 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductTag extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductTax * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property \Illuminate\Support\Carbon|null $deleted_at * @property integer|null $tax_id * @property integer $product_id * @property integer $id * @property-read \App\Models\Tax $tax * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereTaxId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereDeletedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductTax>|ProductTax 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductTax extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductVariation * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $order * @property integer|null $parent_id * @property string|null $sku * @property decimal:6|null $price * @property integer $product_attribute_option_id * @property integer $product_attribute_id * @property integer $product_id * @property integer $id * @property-read mixed $media_url * @property-read \App\Models\Product $product * @property-read \App\Models\ProductAttribute $productAttribute * @property-read \App\Models\ProductAttributeOption $productAttributeOption * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $stocks * @property-read int|null $stocks_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ProductVariation> $children * @property-read int|null $children_count * @property-read \App\Models\ProductVariation $parent * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereProductAttributeId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereProductAttributeOptionId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation wherePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereSku($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereParentId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereOrder($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation tree() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation treeOf() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation hasChildren() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation doesntHaveChildren() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation hasParent() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation isLeaf() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation isRoot() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation whereDepth() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation breadthFirst() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation depthFirst() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation withRelationshipExpression() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductVariation>|ProductVariation 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductVariation extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ProductVideo * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string $link * @property integer $video_provider * @property integer $product_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereVideoProvider($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereLink($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ProductVideo>|ProductVideo 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ProductVideo extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Promotion * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property integer $type * @property string $slug * @property string $name * @property integer $id * @property-read mixed $cover * @property-read mixed $preview * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\PromotionProduct> $promotionProducts * @property-read int|null $promotionProducts_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Promotion>|Promotion 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Promotion extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PromotionProduct * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $product_id * @property integer $promotion_id * @property integer $id * @property-read \App\Models\Promotion $promotion * @property-read \App\Models\Product $product * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct wherePromotionId($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PromotionProduct>|PromotionProduct 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 PromotionProduct extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Purchase * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string|null $note * @property integer $payment_status * @property integer $status * @property decimal:6 $total * @property decimal:6 $subtotal * @property decimal:6|null $discount * @property decimal:6|null $tax * @property string|null $reference_no * @property \Illuminate\Support\Carbon $date * @property integer $supplier_id * @property integer $id * @property-read mixed $file * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $stocks * @property-read int|null $stocks_count * @property-read \App\Models\Supplier $supplier * @property-read \App\Models\User $creator * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereSupplierId($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereReferenceNo($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereTax($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereSubtotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase wherePaymentStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereNote($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Purchase>|Purchase 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Purchase extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PurchasePayment * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $payment_method * @property decimal:6 $amount * @property string|null $reference_no * @property string $date * @property integer $purchase_id * @property integer $id * @property-read mixed $file * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment wherePurchaseId($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereReferenceNo($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereAmount($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment wherePaymentMethod($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PurchasePayment>|PurchasePayment 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 PurchasePayment extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\PushNotification * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer|null $user_id * @property integer|null $role_id * @property string $description * @property string $title * @property integer $id * @property-read mixed $image * @property-read \Spatie\Permission\Models\Role $role * @property-read \App\Models\User $customer * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereRoleId($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification newQuery() * @method static \Illuminate\Database\Eloquent\Builder<PushNotification>|PushNotification 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 PushNotification extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ReturnAndRefund * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $status * @property integer $order_serial_no * @property integer $user_id * @property integer $order_id * @property string|null $reject_reason * @property string|null $note * @property integer $return_reason_id * @property integer $id * @property-read mixed $images * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ReturnAndRefundProduct> $returnProducts * @property-read int|null $returnProducts_count * @property-read \App\Models\Order $order * @property-read \App\Models\ReturnReason $returnReason * @property-read \App\Models\User $user * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereReturnReasonId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereNote($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereRejectReason($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereOrderSerialNo($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefund>|ReturnAndRefund 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ReturnAndRefund extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ReturnAndRefundProduct * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $user_id * @property decimal:6 $return_price * @property decimal:6 $total * @property decimal:6 $price * @property integer $quantity * @property string|null $variation_names * @property integer|null $variation_id * @property integer $product_id * @property integer $return_and_refund_id * @property integer $id * @property-read \App\Models\Product $product * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereReturnAndRefundId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereVariationId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereVariationNames($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereQuantity($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct wherePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereReturnPrice($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnAndRefundProduct>|ReturnAndRefundProduct 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ReturnAndRefundProduct extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ReturnOrder * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property string|null $reason * @property decimal:6 $total * @property decimal:6|null $discount * @property decimal:6|null $tax * @property decimal:6 $subtotal * @property string|null $reference_no * @property \Illuminate\Support\Carbon $date * @property integer $user_id * @property integer $id * @property-read mixed $file * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $stocks * @property-read int|null $stocks_count * @property-read \App\Models\User $user * @property-read \App\Models\User $creator * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereDate($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereReferenceNo($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereSubtotal($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereTax($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereReason($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnOrder>|ReturnOrder 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ReturnOrder extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ReturnReason * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string|null $details * @property integer $status * @property string $title * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\ReturnAndRefund> $return_and_refunds * @property-read int|null $return_and_refunds_count * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereDetails($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ReturnReason>|ReturnReason 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ReturnReason extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Slider * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string|null $description * @property string|null $link * @property string $title * @property integer $id * @property-read mixed $image * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereTitle($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereLink($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereDescription($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Slider>|Slider 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Slider extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\SmsGateway * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string|null $misc * @property string $slug * @property string $name * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\GatewayOption> $gatewayOptions * @property-read int|null $gatewayOptions_count * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereMisc($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway newQuery() * @method static \Illuminate\Database\Eloquent\Builder<SmsGateway>|SmsGateway 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 SmsGateway extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\State * * @property string|null $deleted_at * @property \Illuminate\Support\Carbon $updated_at * @property \Illuminate\Support\Carbon $created_at * @property integer $status * @property integer $country_id * @property string $name * @property integer $id * @property-read \App\Models\Country $country * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\City> $cities * @property-read int|null $cities_count * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereCountryId($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State whereDeletedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<State>|State newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<State>|State newQuery() * @method static \Illuminate\Database\Eloquent\Builder<State>|State 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 State extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Stock * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $status * @property decimal:6 $total * @property decimal:6 $tax * @property decimal:6 $subtotal * @property decimal:6 $discount * @property integer $quantity * @property decimal:6 $price * @property string|null $sku * @property string|null $variation_names * @property integer $item_id * @property string $item_type * @property integer $model_id * @property string $model_type * @property integer $product_id * @property integer $id * @property-read \App\Models\Stock $item * @property-read \App\Models\Product $product * @property-read \App\Models\Tax $productTax * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\StockTax> $stockTaxes * @property-read int|null $stockTaxes_count * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Stock> $children * @property-read int|null $children_count * @property-read \App\Models\Stock $parent * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereModelType($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereModelId($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereItemType($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereItemId($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereVariationNames($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereSku($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock wherePrice($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereQuantity($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereDiscount($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereSubtotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereTax($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereTotal($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock tree() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock treeOf() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock hasChildren() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock doesntHaveChildren() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock hasParent() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock isLeaf() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock isRoot() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock whereDepth() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock breadthFirst() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock depthFirst() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock withRelationshipExpression() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Stock>|Stock 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Stock extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\StockTax * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property decimal:6 $tax_amount * @property decimal:6 $tax_rate * @property string $code * @property string $name * @property integer $tax_id * @property integer $product_id * @property integer $stock_id * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereStockId($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereTaxId($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereTaxRate($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereTaxAmount($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax newQuery() * @method static \Illuminate\Database\Eloquent\Builder<StockTax>|StockTax 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 StockTax extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Subscriber * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property mixed $email * @property int $id * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Subscriber>|Subscriber query() * @method static mixed select($columns) * @method static mixed selectSub($query, $as) * @method static mixed selectRaw($expression, array $bindings) * @method static mixed fromSub($query, $as) * @method static mixed fromRaw($expression, $bindings) * @method static mixed createSub($query) * @method static mixed parseSub($query) * @method static mixed prependDatabaseNameIfCrossDatabaseQuery($query) * @method static mixed addSelect($column) * @method static mixed distinct() * @method static mixed from($table, $as) * @method static mixed useIndex($index) * @method static mixed forceIndex($index) * @method static mixed ignoreIndex($index) * @method static mixed join($table, $first, $operator, $second, $type, $where) * @method static mixed joinWhere($table, $first, $operator, $second, $type) * @method static mixed joinSub($query, $as, $first, $operator, $second, $type, $where) * @method static mixed joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @method static mixed eachById(callable $callback, $count, $column, $alias) * @method static mixed lazy($chunkSize) * @method static mixed lazyById($chunkSize, $column, $alias) * @method static mixed lazyByIdDesc($chunkSize, $column, $alias) * @method static mixed orderedLazyById($chunkSize, $column, $alias, $descending) * @method static mixed first($columns) * @method static mixed sole($columns) * @method static mixed paginateUsingCursor($perPage, $columns, $cursorName, $cursor) * @method static mixed getOriginalColumnNameForCursorPagination($builder, string $parameter) * @method static mixed paginator($items, $total, $perPage, $currentPage, $options) * @method static mixed simplePaginator($items, $perPage, $currentPage, $options) * @method static mixed cursorPaginator($items, $perPage, $cursor, $options) * @method static mixed tap($callback) * @method static mixed when($value, callable $callback, callable $default) * @method static mixed unless($value, callable $callback, callable $default) * @method static mixed explain() * @method static mixed forwardCallTo($object, $method, $parameters) * @method static mixed forwardDecoratedCallTo($object, $method, $parameters) * @method static mixed throwBadMethodCallException($method) * @method static mixed macro($name, $macro) * @method static mixed mixin($mixin, $replace) * @method static mixed hasMacro($name) * @method static mixed flushMacros() * @method static mixed macroCall($method, $parameters) * @mixin \Illuminate\Database\Query\Builder */ class Subscriber extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Tax * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $tax_rate * @property string $code * @property string $name * @property integer $id * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereTaxRate($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Tax>|Tax 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Tax extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\ThemeSetting * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $settingable_id * @property mixed $settingable_type * @property string $payload * @property mixed $key * @property mixed $group * @property int $id * @property-read mixed $logo * @property-read mixed $favicon_logo * @property-read mixed $footer_logo * @property-read \Illuminate\Database\Eloquent\Collection<int, \Spatie\MediaLibrary\MediaCollections\Models\Media> $media * @property-read int|null $media_count * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereGroup($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereKey($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting wherePayload($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereSettingableType($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereSettingableId($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting newQuery() * @method static \Illuminate\Database\Eloquent\Builder<ThemeSetting>|ThemeSetting 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 ThemeSetting extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Transaction * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property string $type * @property string $payment_method * @property decimal:6 $amount * @property string $transaction_no * @property integer $order_id * @property string $sign * @property integer $id * @property-read \App\Models\Order $order * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereSign($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereOrderId($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereTransactionNo($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereAmount($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction wherePaymentMethod($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereType($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Transaction>|Transaction 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Transaction extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Unit * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property int|null $editor_id * @property mixed $editor_type * @property int|null $creator_id * @property mixed $creator_type * @property integer $status * @property string $code * @property string $name * @property integer $id * @property-read \Illuminate\Database\Eloquent\Collection<int, \App\Models\Product> $products * @property-read int|null $products_count * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereName($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereCode($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereStatus($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereCreatorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereCreatorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereEditorType($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereEditorId($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Unit>|Unit 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Unit extends \Illuminate\Database\Eloquent\Model { // } /** * App\Models\Wishlist * * @property \Illuminate\Support\Carbon|null $updated_at * @property \Illuminate\Support\Carbon|null $created_at * @property integer $product_id * @property integer $user_id * @property integer $id * @property-read \App\Models\Product $product * @property-read \App\Models\User $user * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist whereId($value) * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist whereProductId($value) * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist newQuery() * @method static \Illuminate\Database\Eloquent\Builder<Wishlist>|Wishlist 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 joinLateral($query, string $as, string $type) * @method static mixed leftJoinLateral($query, string $as) * @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 newJoinLateralClause(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, $callback, $boolean) * @method static mixed whereExists($callback, $boolean, $not) * @method static mixed orWhereExists($callback, $not) * @method static mixed whereNotExists($callback, $boolean) * @method static mixed orWhereNotExists($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 whereAll($columns, $operator, $value, $boolean) * @method static mixed orWhereAll($columns, $operator, $value) * @method static mixed whereAny($columns, $operator, $value, $boolean) * @method static mixed orWhereAny($columns, $operator, $value) * @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, iterable $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 toRawSql() * @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 insertOrIgnoreUsing(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 getColumns() * @method static mixed raw($value) * @method static mixed getUnionBuilders() * @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 dumpRawSql() * @method static mixed dd() * @method static mixed ddRawSql() * @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 chunkByIdDesc($count, callable $callback, $column, $alias) * @method static mixed orderedChunkById($count, callable $callback, $column, $alias, $descending) * @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 Wishlist extends \Illuminate\Database\Eloquent\Model { // } }
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium320.web-hosting.com
Server IP: 66.29.153.54
PHP Version: 8.2.29
Server Software: LiteSpeed
System: Linux premium320.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 76.86 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
No
git:
Yes
User Info
Username: aoneqssk
User ID (UID): 1285
Group ID (GID): 1290
Script Owner UID: 1285
Current Dir Owner: 1285