@extends('front.frontLayout') @section('title',isset($package_detail->name) ? $package_detail->name : 'Test Detail') @section('pagelevelcss') @stop @section('content') @if(isset($package_detail) && !empty($package_detail))

{{ $package_detail->name }}

{!! $package_detail->description !!}

Price

  • ${{ $package_detail->price }}

Preparation

  • {{ $package_detail->preparation }}

Result

{!! $package_detail->result !!}
{!! $package_detail->whats_in_this_test !!}
{!! $package_detail->who_should_get_tested !!}
Step 1:
Choose your Step

Shedule an appointment and pay online

Step 2:
Provide Sample

Bring confirmation number a long with Photo ID to our location

Step 3:
Access Your results online

View result online by logging in to your Account

@else

No data available.

@endif @endsection @section('pageleveljs') @stop