Skip to content

Commit

Permalink
myHomework
Browse files Browse the repository at this point in the history
  • Loading branch information
นงนภัส สำแดงเดช committed Oct 11, 2017
1 parent 25bcc9a commit cda9527
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions resources/views/consults-case.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
</head>
<body>
<div class="container-fluid">
<div class="row" >
@foreach ($cases as $case)
@foreach ($doctors as $doctor)
@if ($case['doctor'] == $doctor['doctor'] )
Expand All @@ -28,7 +27,6 @@
@endif
@endforeach
@endforeach
</div>
</div>
</body>
</html>
2 changes: 0 additions & 2 deletions resources/views/consults-doctor.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@
</head>
<body>
<div class="container-fluid">
<div class="row" >
@foreach ($doctors as $doctor)
@if ($doctor['gender'] == "female")
<div style = "background-color: #FFCCFF" class="col-xs-12 col-sm-6 col-md-4 col-lg-3">{{ $doctor['doctor'] }}{{" เพศหญิง"}}</div>
@else
<div style = "background-color: #99CCFF" class="col-xs-12 col-sm-6 col-md-4 col-lg-3">{{ $doctor['doctor'] }}{{" เพศชาย"}}</div>
@endif
@endforeach
</div>
</div>
</body>
</html>

0 comments on commit cda9527

Please sign in to comment.