@extends('email.partials.layout') @section('content') @if ($provider_svc_type == 1)

You have been selected for {{($details['mail_service'] == 'Same-Day') ? 'a same-day ' : 'an '}}editing transaction. Please complete this job before the deadline. Please read the instructions listed below.

@elseif ($provider_svc_type == 2)

You have been selected for a writing transaction. Please complete this job before the deadline. Please read the instructions listed below.

@elseif ($provider_svc_type == 3)

You have been selected for a rewriting transaction. Please complete this job before the deadline. Please read the instructions listed below.

@endif

Instructions:
1) Go to your Provider Console and download the client's submitted document.
2) Review the client’s instructions and English Preference under “View Details” in the Options column of the Documents section (Provider Console).
3) For Microsoft Word files, edit the complete paper using Track Changes.
4) Submit the document through the Documents section in your Provider Console before the due date/time.

Job Overview
Due: {{$details['est']}}
Sender Name: {{$details['username']}}
File Name: {{$details['doc_name']}}
Number of Words: {{$details['no_of_words']}}
Earnings Amount: {{$details['amount']}}
Client Comments: {!! $details['client_comment'] or 'N/A' !!}

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