Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/poll/ |
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/app/views/poll/command.blade.php |
<table id="table" > <thead> <tr> </tr> </thead> <tbody> <?php $sno=1; ?> @foreach ($respons as $key => $value) <tr> <td> <b>{{$value->prefix}}.{{$value->first_name}}</b><br /> <span class="text-danger">{{date('d/m/Y H:i',strtotime($value->created_at)) }}</span><br /> {{ $value->option_text}}</td> </tr> @endforeach </tbody> </table>