@component('mail::message')
{{ !is_null($cs->step) ? "Step {$cs->step}" : 'Full process' }} |
@if (!is_null($cs->step))
![]()
Comments:
{!! nl2br($cs->comments) !!}
User:
{{ $cs->user->name }}
Created:
{{ $cs->created_at }}
Updated:
{{ $cs->updated_at }}
|