{{ config('app.name') }}

{{ __('Hi there') }},

{{ __("We'd like to let you know that an update to your item ':item_name' is now available in your Downloads page.", ['item_name' => $product['name']]) }}

{{ __('Remember: you need to be logged in to download the update.') }}

{{ $product['name'] }}

{{ __('Update') }} : {{$product['updated_at'] }}

{{ __('Copyright') }} {{ config('app.name') }} {{ date('Y') }}