Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Enhancement #41 : Edited the appointment form
Browse files Browse the repository at this point in the history
  • Loading branch information
arindamkabir committed Aug 18, 2019
1 parent b231338 commit 7dda49a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PROJECT CODE/resources/views/doctor/doctors.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<p>{{$doctor->doc_name}}</p>
<form action="{{route('appointment.store')}}" method="POST">
@csrf
<input type="text" name="doctor_id" class="form-control" placeholder="{{$doctor->doc_id}}">

<div class="text-right mt-5">
<button type="submit" class="crt-btn">Make Appointment</button>
</div>
Expand Down

0 comments on commit 7dda49a

Please sign in to comment.