@extends('layouts.master') @section('page-title') Checkin confiramtion @endsection @section('content')
The customer {{ $booking->contact->firstName }} {{ $booking->contact->lastName }} is now checked in!
$booking->id ]) }}" class="btn btn-default">Next group member checkin
@endsection