@extends('layouts.userLayout') @section('content') @php $param = explode('?', url()->full()); $param = end($param); @endphp
@include('user.dashboard.sidebar')

Dog Health Test

    @include('user.dogHealth.filters')
@if(!empty($listing->items())) @include('user.dogHealth.listingLoop') @else @endif
KC registered name Test Result Date
No records found!
@include('frontend.partials.pagination', ["pagination" => $listing])
@endsection