e
Size: a a a
e
AH
SC
e
AH
AH
e
AH
D
D
D
D
e
AH
DB::raw()
).public function ()
{
$silk = $this->findJournalType(1);
$belt = $this->findJournalType(2);
}
protected function findJournalType(int $journal_type_id): Journal
{
return Journal::query()
->where(compact('journal_type_id'))
->latest()
->first();
}
AH
D
DB::raw()
).public function ()
{
$silk = $this->findJournalType(1);
$belt = $this->findJournalType(2);
}
protected function findJournalType(int $journal_type_id): Journal
{
return Journal::query()
->where(compact('journal_type_id'))
->latest()
->first();
}
VP
VP
VP
A