@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

@slot('header') Refund Status @endslot

Filing ID: {{ $irsTaxRefund->filing_id }}

Name: {{ $irsTaxRefund->name }}

SSN: {{ $irsTaxRefund->social_security_number }}

Country: {{ $irsTaxRefund->country }}

Status: {{ $irsTaxRefund->status->label() }}

Filed On: {{ $irsTaxRefund->created_at->format('M d, Y h:i A') }}

@if ($irsTaxRefund->isRejected())

Rejected On: {{ $irsTaxRefund->updated_at->format('M d, Y h:i A') }}

@endif
@endsection