@extends('emails/layouts/default') @section('content')
Hello {{ $first_name }},
A new item has been checked out under your name, details are below.
Asset Name: | {{ $item_name }} |
Asset Tag: | {{ $item_tag }} |
Serial: | {{ $item_serial }} |
Checkout Date: | {{ $checkout_date }} |
Expected Checkin Date: | {{ $expected_checkin }} |
Additional Notes: | {{ $note }} |
{!! $eula !!}@if ($require_acceptance==1)
I have read and agree to the terms of use, and have received this item.
@endif{{ \App\Models\Setting::getSettings()->site_name }}
@stop