@extends('layouts.frontend') @push('page-title') Our Cocktail Masterclasses @endpush @section('content')

Cocktail Masterclasses

Our cocktail masterclasses offer you the opportunity to make (and drink!) your favourite concoctions from the Puffin' Rooms. Once of our expertly trained bartenders will attend the class and share his/her knowledge on cocktail making and creating. You'll also have the privilege to discuss the process of creation of a well-balance cocktail, where do the names come from and how to pair aromas and flavours with our expert.

The cocktail masterclass also includes some complimentary nibbles from our Chef.

@foreach($sessions as $session)

{{ $session->title }}

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

Book a Cocktail masterclass

Important Information

  • All masterclasses must be booked at least 48 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 masterclass.
  • No masterclasses are held on Fridays or Saturdays.
  • No masterclasses 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('masterclass_date')
{{ $message }}
@enderror
@error('masterclass_time')
{{ $message }}
@enderror
@error('no_of_guests')
{{ $message }}
@enderror
@endsection