@if(count($outputs) > 0) @foreach($outputs as $output) @endforeach
# Date Submitted Type
{{$output->out_put_no}} {{date('F d, Y',strtotime($output->created_at))}} {{config('setting.output_type.'.$output->is_final)}}
@else
Output of the task will display here
@endif