@include('includes.header')
@if(!empty($code) && $code === 200) @elseif(!empty($code) && $code === 404) @endif

Results

Action Detail Count Data File Action
Data needs to be deleted in Salesforce {{ $countDeleteData }} @if($countDeleteData > 0) Download CSV @else Not Available @endif @if($countDeleteData > 0)  Start Process @else No Action Needed @endif
Data needs to be update in Salesforce {{ $countUpdateData }} @if($countUpdateData > 0) Download CSV @else Not Available @endif @if($countUpdateData > 0)  Start Process @else No Action Needed @endif
Data needs to be add in Salesforce {{ $countAddData }} @if($countAddData > 0) Download CSV @else Not Available @endif @if($countAddData > 0)  Start Process @else No Action Needed @endif
@include('includes.footer')