@extends('layouts.email') @section('content')
Hi Kah,
{{ $taxReturn->name }} <{{ $taxReturn->email }}> {{$taxReturn->utr}} ({{ $taxReturn->user->subscription }}) submit his/her tax return successfully.
@endsection
- ID: {{$taxReturn->id}}
- Tax year: {{ $taxReturn->taxYear->description }}
- Original xml: {{$taxReturn->original_xml_submission_file}}
- Tax calculation (pdf): {{$taxReturn->tax_calculation}}
- Declaration Date: @dateTime($taxReturn->declaration_date)
- Submission Date: @dateTime($taxReturn->submission_date)
- Received by HMRC: @dateTime($taxReturn->received_by_hmrc)
- Accepted by HMRC: @dateTime($taxReturn->accepted_by_hmrc)