@extends('email-template') @section('title') Item reserved @stop @section('content')
@if ($data->item_id)

Item ID:{{ $data->item_id }}

@endif

Message

This item is reserved for you pending availability. We will contact you when the seller confirms.


Click here if you no longer require it.

@stop