MM
Size: a a a
MM
MM
A
AH
MM
A
A
AH
AH
T
AH
С
С
С
AH
Person::with('country', 'healthStatus', 'phones', 'documents')->findOrFail($id)
С
Person::with('country', 'healthStatus', 'phones', 'documents')->findOrFail($id)
AH
$person->load('country', 'healthStatus', 'phones', 'documents')
$person->loadMissing('country', 'healthStatus', 'phones', 'documents')
С
Person::with('country', 'healthStatus', 'phones', 'documents')->findOrFail($id)
AH
with('documents.files')
AH