@extends('layouts.frontend') @push('page-title') Personal Training Sessions @endpush @section('content')

Personal Training Sessions

Our Personal Training sessions include four drams of whisky chosen by our experts, from any of the different regions of Scotland or from the New World of whisky (USA, UK, Japan...). However,if you do not really take to drinking whisky, don't be worried, we also conduct a Rum masterclass.

An expert will be present with you the entire time (around one hour) and will discuss in great details the whiskies you'll be sampling. Our expert will provide expertise on current tasting notes, flavours and aromas. The expert will also discuss with you in great depth information about each bottle, the distilleries it comes from, similar whiskies and the process of production whilst answering any questions you may have about anything whisky related.

The tating session also includes some complimentary nibbles from our Chef.

@foreach($sessions as $session)

{{ $session->title }}

£{{ $session->price }}
{!! $session->description !!}
@endforeach

Important information

  • All Personal Training sessions must be booked at least 28 hours in advance.
  • Payment is to be made on the day (deposit to be paid for more than 4 people).
  • Maximum of six people per Personal Training Session.
  • No Personal Training sessions are held on Fridays or Saturdays.
  • No Personal Training Sessions start after 9pm (7pm on Sundays)
@if($errors->any()) @endif
@csrf
@error('first_name')
{{ $message }}
@enderror
@error('last_name')
{{ $message }}
@enderror
@error('email_address')
{{ $message }}
@enderror
@error('contact_number')
{{ $message }}
@enderror
@error('ptsession')
{{ $message }}
@enderror
@error('ptsession_date')
{{ $message }}
@enderror
@error('ptsession_time')
{{ $message }}
@enderror
@error('no_of_guests')
{{ $message }}
@enderror
@endsection