@extends('admin.layouts.contentLayoutMaster') @section('title','Package View') @section('pagelevelcss') @stop @section('content')
Package Category: {{$viewdata->package_category->name}}
Name: {{$viewdata->name}}
Short Description:
Description: {!! $viewdata->description !!}
Price: ${{$viewdata->price}}
Preparation: {{$viewdata->preparation}}
Result: {{$viewdata->result}}
What's in this test?: {!! $viewdata->whats_in_this_test !!}
Who should get tested?: {!! $viewdata->who_should_get_tested !!}
Package image: @if(File::exists(public_path('uploads/'.$viewdata->package_image)) && isset($viewdata->package_image)) @endif
Embed URL ( {{$viewdata->name}} ): {{ route('get.appointment.booking', ['name_url' => $viewdata->name_url]) }}
@endsection @section('pageleveljs') @stop