Skip to content

Commit

Permalink
Change table id html tag to td
Browse files Browse the repository at this point in the history
  • Loading branch information
hooman-mirghasemi committed Dec 2, 2023
1 parent 2a5bbbd commit a3e43f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/views/sms-list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
@if(isset($data))
@foreach($data as $sms)
<tr>
<th scope="row">{{$sms['id']}}</th>
<td>{{$sms['id']}}</td>
<td>{{$sms['mobile']}}</td>
<td>{{$sms['message']}}</td>
<td>{{$sms['from']}}</td>
Expand Down

0 comments on commit a3e43f9

Please sign in to comment.