@model FIT5032_Assignment.Models.ImageUploadForm @{ Layout = "~/Views/Shared/_Layout.cshtml"; } @if (ViewBag.tip != null) { }

Upload image

You are about to upload the image for the appointment booked by @ViewBag.patient.displayName in @ViewBag.appointment.appointmentDate
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }