@extends('layouts.new-layout') @section('title', "$item->name in Prince George | Book Your Dream Dress Appointment") @section('content') @include('partials.parallaxSlider', ['title' => 'Dresses'])
@if(session('success'))
@endif

{{ $item->name }}

{{ $item->category->duration }} mins | ${{ $item->category->price }}

{!! html_entity_decode($item->description) !!}

Book Appointment
@if($relatedItems->isNotEmpty())
See Our

Related Product

@endif @if($suggestedAccessories->isNotEmpty())
See Our

SuggestedAccessories

@endif
@endsection