AM
Size: a a a
AM
ES
'id' => $this->id,
'name' => $this->name,
'can' => [
'update' => $user->can('update', $this->resource),
'delete' => $user->can('delete', $this->resource),
]
D
'id' => $this->id,
'name' => $this->name,
'can' => [
'update' => $user->can('update', $this->resource),
'delete' => $user->can('delete', $this->resource),
]
ES
A
ИФ
A
D
VS
D
D
VS
ES
E
['prefix' => '{lang?}', 'where' => ['lang' => \App\Services\LocaleService::getLocale()], 'middleware' => ['web']], function($lang = 'en'){
.....
}
D
a
VS
VS
ВМ