Your ROOT_URL in app.ini is http://167.99.32.63:3000/ but you are visiting http://167.99.32.63/ibrahim/BAGETWEBPANEL/src/branch/KARATAS/resources/views/admin-views/customer/partials/_subscriber-email-table.blade.php You should set ROOT_URL correctly, otherwise the web may not work correctly.
 
 

10 lines
203 B

@foreach($customers as $key=>$customer)
<tr class="">
<td class="">
{{ ++$key }}
</td>
<td>
{{$customer['email']}}
</td>
</tr>
@endforeach