@include('global.header-links')
| Category | Title | Description | Price | Location | Expiry Date | Status |
|---|---|---|---|---|---|---|
| {{$classified->category->title}} | {{$classified->title}} | {{$classified->description}} | ${{$classified->price}} | {{$classified->location}} | {{date("F j, Y", strtotime($classified->exp_date))}} | {{ucfirst($classified->status)}} |
| Photo | Full Name | Sex | DOB | Color | Weight | Dam | Sire | Creator | View |
|---|---|---|---|---|---|---|---|---|---|
| No pedigree attached | |||||||||
|
@if (!empty($pedigreeData->photos[0]->photo))
|
{{ trim($pedigreeData->owner_name . ' ' . $pedigreeData->before_name_title . ' ' . $pedigreeData->dog_name . ' ' . $pedigreeData->after_name_title) }} | {{ ucfirst($pedigreeData->sex ?? 'Not Specified') }} | {{ $pedigreeData->dob ?? 'Not Specified' }} | {{ $pedigreeData->color ?? 'Not Specified' }} | {{ $pedigreeData->weight ?? 'Not Specified' }} | {{ optional($pedigreeData->dam)->full_name ?? 'Unknown' }} | {{ optional($pedigreeData->sire)->full_name ?? 'Unknown' }} | {{ ucfirst(optional($pedigreeData->creater)->username) }} | |