{{-- The best athlete wants his opponent at his best. --}} {{ __('Add from existings parents') }} {{ __('search for the parent by name,id and use the attach button to associate the parent') }}
@if (!empty($parentSearchResults))
{{--
--}} @foreach ($parentSearchResults as $parent) @endforeach
Name Contact Actions
{{ $parent->name }} {{ $parent->contact }}
{{--
--}}
@else
No results found.
@endif {{ __('Attached.') }} {{ __('Parent already exists.') }}