form
Check this:
https://codepen.io/DevLorenzo/pen/wvzNPKz
form
<tbody> @foreach ($file as $key=>$data) <tr> <td>{{ ++$key }}</td> <td> {{ $data->id }}</td> <td> {{ $data->traveller_name }}</td> <td> {{ $data->traveller_passport_number }}</td> <td> {{ $data->file }}</td> <td> <div class="button" style="margin-right: 35px;"> <a href="{{ url('admin/medical_reports/delete/') }}/{{ $data->id }}"> <button type="button" class="btn btn-danger">Delete</button> </a> <a href="{{ url('/files/{{ $data->id }}) }}" > <button type="button" class="btn btn-success" s>View</button> </a> </div> </td> </tr> @endforeach </tbody> </table> </div> </div> {{-- form Div End --}} </div></body></html>
form
<form>
<div class="form-group">
<label for="formGroupExampleInput">Example label</label>
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
</div>
<div class="form-group">
<label for="formGroupExampleInput2">Another label</label>
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
</div>
</form>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us