@extends('layouts.contentLayoutMaster')
@section('title')
Availability for: {{$user->fullName}}
@endsection
@section('pageVendorStyles')
@endsection
@section('pageStyles')
@endsection
@section('content')
@include('elements.messages-error')
@include('elements.eventModel')
@endsection
@section('pageVendorScripts')
@endsection
@section('pageScripts')
@endsection