Hi {{ $name }}
@if($type == 'new')
You have a new Job Request.
@endif
@if($type == 'cancelled')
One of your jobs has been cancelled by the client.
@endif
@if($type == 'updated')
One of your jobs has been updated by the client.
@endif
Description: {{ $description }}
Date: {{ $date }}