@extends('layouts.admin') @section('title', 'Warranty Lookup') @section('subtitle', 'Verify product warranty status by scanning or entering IMEI') @section('content')
This phone is currently under active store warranty coverage.
The warranty coverage period for this phone has expired.
This item was sold without warranty coverage.
Custom warranty terms apply. Verify with the invoice.
{{ $item->product_name }}
{{ $item->product_barcode ?? '-' }}
@if($item->condition === 'new') Brand New @elseif($item->condition === 'used') Used @else Refurbished @endif
{{ $item->imei_numbers }}
{{ $item->invoice->invoice_number }}
{{ $item->invoice->customer_name ?? 'Walk-in Customer' }}
{{ $item->invoice->customer_phone ?? '-' }}
{{ $item->invoice->customer_company }}
{{ $item->invoice->customer_address }}
{{ $item->invoice->user->name ?? '-' }}
{{ $item->invoice->branch->name ?? '-' }}
⨠Warranty action is available
If the device is faulty, you can redirect the customer to issue a replacement, initiate a refund invoice, or register a repair ticket.
We found {{ $items->count() }} items matching your search: "{{ $search }}". Select an item to check its warranty details.
| Invoice # | Customer | Product / IMEI | Actions |
|---|---|---|---|
| #{{ $matchingItem->invoice->invoice_number }} |
{{ $matchingItem->invoice->customer_name ?? 'Walk-in Customer' }} {{ $matchingItem->invoice->customer_phone ?? '-' }} |
{{ $matchingItem->product_name }} IMEI: {{ $matchingItem->imei_numbers }} |
Select & View â |
đĢ
We couldn't find any sold phone listing matching: "{{ $search }}". Double check the input value or barcode scan.