@extends('layouts.report') @section('content')
HMRC Submission Response
Name: {{ $taxReturn->user->name }}
Tax year: {{$taxReturn->taxYear->description }} (year ended 5 April {{ ($taxReturn->taxYear->start_year + 1) }})
UTR: {{ $taxReturn->utr }}
Submission type: SA100
Submission status: {{ $taxReturn->status }}
Time accepted by HMRC: @dateTime($taxReturn->accepted_by_hmrc)
IRMark: {{ $taxReturn->IR_mark }}


HMRC Accepted

{{$taxReturn->success_response}}

Thank you for submission.

@endsection