|
Dear Sir/Madam,
@if($modified_status == 1)
(MODIFIED)
@endif
Here is my daily update report,
Summary of Work:
{!! $work_summary !!}
@if($worksummary_attached_file!=null && $worksummary_attached_file!='null')
Attached File Link
@endif
@if(count($jira_tickets)>0)
List of Jira Tickets:
@foreach($jira_tickets as $each_ticket)
@if($each_ticket->link != '' && $each_ticket->link!='null' && $each_ticket->link!=null)
{{
$each_ticket->link
}}
status
( {{ $status[$each_ticket->status] }} )
@endif
@endforeach
@endif
@if($needed!='' && $needed!='null' && $needed!=null)
Anything needed:
{{$needed}}
@endif
How busy are you? {{$value}} %
|