File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/resources/views/mail/response.blade.php
Back
<!DOCTYPE html> <html lang="en"> <head> <style> .body-response { background-color: #eee; border-collapse: collapse; width: 100%; } body{ font-family: Arial, sans-serif; } </style> </head> <body> {{-- <h3></h3> --}} <div class="card"> <div style="background: black"> </div> <div style="background: black"> <center><h3 style="color:#fff">Thank You for filling in {{$info['template']}} Survey</h3></center> </div> <hr> <table class="info-table" style="margin-bottom: 25px;"> <tbody> <tr> <td style="width: 25px;">Rater: </td> <td>{{$info['user']}}</td> </tr> <tr> <td style="width: 25px;">Email: </td> <td>{{$info['email']}}</td> </tr> </tbody> </table> </div> <table class="table body-response p-3"> <thead class="thead-response"> <th class="th-response">Questions</th> <th class="th-response">Rating</th> </thead> <tbody class="tbody-response" style="text-align: center"> @php $ratings = []; @endphp @foreach ($qs as $item) <tr class="tr-response"> <td class="td-response" style="text-align: left">{{ $item[0] }}</td> <td class="td-response" style="text-align: center">{{ $item[1] }}</td> </tr> @php $ratings[] = $item[1]; @endphp @endforeach <tr> <td style="justify-content: right; text-align:right !important;"> <small><strong>Average: </strong></small> </td> <td style="justify-content: center;"> <p>{{number_format(collect($ratings)->avg(), 1)}}</p> </td> </tr> <br> <tr> <td style="justify-content: left; text-align:left !important;"> <small><strong>Comment </strong></small> </td> </tr> <tr> <td style="text-align: left;"> <p>{{$comment}}</p> </td> </tr> </tbody> </table> </body> </html>
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0 |
proxy
|
phpinfo
|
Settings