@extends('emails/layouts/default') @section('content')

Hello {{ $first_name }},

The following item has been checked in: @if ($item_tag) @endif @if ($note) @endif
Asset Name: {{ $item_name }}
Asset Tag: {{ $item_tag }}
Checkin Date: {{ $checkin_date }}
Additional Notes: {{ $note }}

{{ \App\Models\Setting::getSettings()->site_name }}

@stop