@if(Session::has('success_message'))
Success: {{ Session::get('success_message') }}
@endif
@if($warrantiesModule['edit_access']==1 || $warrantiesModule['full_access']==1)
@endif
View Warranties
| ID | User | Product | Date Purchased | Purchased from | Receipt | Created on |
|---|---|---|---|---|---|---|
| {{ $warranty['id'] }} | {{ $warranty['name'] }} {{ $warranty['email'] }} {{ $warranty['street'] }}, {{ $warranty['city_state'] }}-{{ $warranty['postal_code'] }} |
{{ $warranty['order_product_id'] }} | {{ $warranty['date_purchased'] }} | {{ $warranty['purchased_from'] }} | View | {{ date("F j, Y, g:i a", strtotime($warranty['created_at'])); }} |