@foreach ($records as $row) @endforeach
Category Name Service Name Sub Service Name Quantity Price
{{ $row->category->name ?? '' }} {{ $row->service->name ?? '' }} {{ $row->subService->name ?? '' }} {{ $row->quantity }} {{ $row->price }}