@extends('email.partials.layout') @section('content') Dear {{ $usernameFrom }},

@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

@if ($provider_svc_type == 1)

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.

@endif

Thank you for using Editor World's services!

  @include('email.partials.footer')
@stop