I don't much about coding. I accidently did something to my page now it's completely blank. One guy said I forgot to close the PHP block. How do you close and what does that mean in this situation because I've tried every close . What am I doing wrong. I put a arrow by line 373 . Here is the code and error
Parse error: syntax error, unexpected '<' in /home/content/07/9656607/html/artist_dashboard.php on line 373
<div id="sales">
<h4>Sales</h4><span class="liner"></span>
<div class="def-block widget">
<div class="widget-content">
<?php
$sq_song="SELECT * FROM `sales` WHERE `user` = '$artist_id' AND `download` = 'Y'";
$res_song=$db->select_data($sq_song);
if(count($res_song)==0)
➡️
<strong style="color: #666;"You have not made any purchases yet.</strong);
<?php
else{
?>
<table class="table_audio">
<tbody>
<thead style="border-bottom: 1px solid">
<th style="font-weight: bold;text-align: left">Song Title</th>
<th style="font-weight: bold;text-align: left">Artist Name</th>
<th style="font-weight: bold">Purchase Date</th>
</thead>