@extends('mail.template') @section('title', 'New Warranty Request') @section('subtitle', 'A new warranty certificate was requested via the website form') @section('content')

Warranty Request Details

New warranty request

Hello, admin!

A new warranty certificate was requested via the website form!

Request ID
{{ $warranty->id }}
Customer Name
{{ $warranty->first_name }} {{ $warranty->last_name }}
Address Line 1
{{ $warranty->address_line_1 }}
@if($warranty->address_line_2)
Address Line 2
{{ $warranty->address_line_2 }}
@endif
City
{{ $warranty->city }}
State
{{ $warranty->state }}
Zipcode
{{ $warranty->zipcode }}
Store Name
{{ $warranty->store_name }}
Product
{{ $warranty->products[0]->product_title }}
Invoice
Click "View Full Request" to see all details
View Full Request
@endsection @section('footer-text', 'This warranty request notification was sent by PermShield. Please review the request details above.')