@extends('email.partials.layout') @section('content')

You have been selected for a free sample edit transaction. Please complete this job before the deadline or decline immediately. Please read the instructions listed below.

Instructions:
1) Go to your Provider Console and download the client's submitted document.
2) For Microsoft Word files, edit the complete paper using Track Changes.
3) Submit the edited document through the Documents section in your Provider Console before the due date/time

Job Overview
Sender Name: {{$details['username']}}
File Name: {{$details['doc_name']}}
Number of Words in Sample Request: {{$details['no_of_words']}}
Number of Words in Full Document: {{$details['word_count_document']}}
Due Date: {{$details['est']}}
Client Comments:
{!! $details['client_comment'] or 'N/A' !!}

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