@extends('emails.layout') @section('content') {{----}}
New note created by {{ $user->name }}
PLEASE DO NOT REPLY TO THIS EMAIL AS IT IS NOT MONITORED
@if (!empty($typeObj->jobType)) @else @endif @if (!empty($note->spokeTo)) @endif @if (!empty($note->category)) @endif @if (!empty($note->email)) @endif
{{ !empty($typeObj->jobType) ? $typeObj->jobType : '' }} {{ $typeName }}{{ $typeObj->id }}{{ $typeObj->id }}
Spoke to {{ $note->spokeTo }}
Category {{ ucwords($note->category) }}
Urgency {{ ucwords($note->urgency) }}
Note {{ $note->note }}
Sent to {{ $note->email }}
@endsection