@include('global.header-links')
@include('partials.sidebar')
@include('partials.header')

Pedigree Information

@if (count($pedigree->photos) > 0) pedigree_image @endif
{{$pedigree->sex ?? 'Not provided'}}
Sex
{{$pedigree->dob ?? 'Not provided'}}
Age
{{$pedigree->color ?? 'Not provided'}}
Color
{{$pedigree->weight ?? 'Not provided'}}
Weight

{{$pedigree->brief}}

@if (count($pedigree->photos) > 0)
@foreach ($pedigree->photos as $value) @endforeach
@endif
{{-- substr($string, 0, 50) --}}
@include('partials.footer')
@include('global.footer-links')