dell and lenovo icons/links added

This commit is contained in:
akemidx 2023-03-14 16:04:03 -04:00
parent a9782b7e00
commit d50a5d1880

View file

@ -601,12 +601,12 @@
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Applecare Status Lookup</span></i>
</a>
@elseif ((strtolower($asset->model->manufacturer->name) == "dell") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"dellinc")))
<a href="https://www.dell.com/support/home/en-us?app=warranty{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Dell Warranty Status Lookup</span></i>
<a href="https://www.dell.com/support/home/en-us?app=warranty" target="_blank">
<img src="https://www.dell.com/favicon.ico" style="width:25px;height:25px;"><span class="sr-only">Dell Warranty Status Lookup</span></i>
</a>
@elseif ((strtolower($asset->model->manufacturer->name) == "lenovo") || (str_starts_with(str_replace(' ','',strtolower($asset->model->manufacturer->name)),"lenovoinc")))
<a href="https://pcsupport.lenovo.com/us/en/warrantylookup#/{{ \App\Models\Setting::getSettings()->locale }}/?sn={{ $asset->serial }}" target="_blank">
<i class="fa-brands fa-apple" aria-hidden="true"><span class="sr-only">Lenovo Warranty Status Lookup</span></i>
<a href="https://pcsupport.lenovo.com/us/en/warrantylookup#/" target="_blank">
<img src="https://www.lenovo.com/favicon.ico" style="width:25px;height:25px;"><span class="sr-only">Lenovo Warranty Status Lookup</span></i>
</a>
@endif
@endif