G
Size: a a a
G
G
<script>
let fullUrl = "{{ request()->fullUrl() }}";
</script>
DG
ПУ
App::
isProduction();
?ПУ
DG
ПУ
config('app.env’)
- что говорит?ПУ
ПУ
ПУ
y
А
А
НП
y
В(
public function name()
{
if (App::getLocale() === "ru") {
return $this->name = $this->name_ru;
}
return $this->name = $this->name_en;
}
G
ПУ
В(
AR