cody 2 years ago
parent 729efccd61
commit 9e36649eff

@ -238,13 +238,11 @@
@section("content")
@foreach($projects as $project)
<select class="hospital-select" name="hospital-select">
@foreach($projects as $project)
<option value="{{$project->id}}">{{$project->name}}</option>
@endforeach
</select>
@endforeach
<div class="static-container">
<div class="card1">

Loading…
Cancel
Save