@extends('layouts.userLayout') @section('content')
@include('user.dashboard.sidebar')

Edit Dog Pedigree

    @include('user.dogHealth.filters')
{{ csrf_field() }}
's Pedigree

Enter the pedigree details for

Parents

Grandparents

@for ($x = 0; $x <=1 ; $x++)
@endfor

Great Grandparents

@for ($x = 0; $x <=1 ; $x++) @for ($gp = 0; $gp <=1 ; $gp++)
@endfor @endfor

Great Great Grandparents

@for($x = 0; $x <=1 ; $x++) @for($gp = 0; $gp <=1 ; $gp++) @for($ggp = 0; $ggp <=1 ; $ggp++)
@endfor @endfor @endfor
...
...
@endsection