parent
f860a36947
commit
cce8fd095a
7 changed files with 34 additions and 8 deletions
@ -0,0 +1,25 @@ |
||||
|
||||
<style> |
||||
.main-column{ |
||||
display:flex; |
||||
width:100%; |
||||
} |
||||
.column-one{ |
||||
width:50%; |
||||
} |
||||
</style> |
||||
|
||||
<h1>Appointment Confirmed</h1> |
||||
<br /> |
||||
<div class="main-column" style = "display:block; width:100%;"> |
||||
<div class="column-one" style = "display:block; width:100%;"> |
||||
<h3>Appointment Details</h3> |
||||
<b>Appointment Date: </b>{{$date}}<br /><br /> |
||||
<b>Appointment Start Time: </b>{{$start_time}}<br /><br /> |
||||
<b>Appointment End Time: </b>{{$end_time}}<br /><br /> |
||||
<b>Appointee Full Name: </b> {{ $full_name }}<br /><br /> |
||||
<b>Phone:</b> {{$phone}}<br /><br /> |
||||
<b>Email:</b> {{$email}}<br /><br /> |
||||
</div> |
||||
</div> |
||||
|
Loading…
Reference in new issue