@extends('email.partials.layout') @section('content')
@if ($provider_svc_type == 1)
Editor {{ $username }} has uploaded your edited document.
@elseif ($provider_svc_type == 2)
Writer {{ $username }} has uploaded your written document.
@elseif ($provider_svc_type == 3)
Rewriter {{ $username }} has uploaded your rewritten document.
@endif
File: {{ $details[0] }}
Comments: {!! $details[1] or 'N/A' !!}
@if ($PlagiarismCheck)
Plagiarism Matches: {{ $PlagiarismCheck->get_results_count() }}
View
@endif
Please log in at www.editorworld.com to download the edited file.
@elseif ($provider_svc_type == 2)Please log in at www.editorworld.com to download the written file.
@elseif ($provider_svc_type == 3)Please log in at www.editorworld.com to download the rewritten file.
@endifThank you for using Editor World's services!