@extends('layouts.dash2') @section('title', 'Enter Filing ID') @section('content')
@include('partials._mobile_header', [ 'title' => 'Enter Filing ID', 'showBackButton' => true, 'backUrl' => route('irs-refund'), 'showNotifications' => true, 'showDarkMode' => true, 'financeUser' => Auth::user() ])
@if(session('error'))

{{ session('error') }}

@endif @if(session('success'))

{{ session('success') }}

@endif

Enter Your Filing ID

Please enter the filing ID provided by our support team

Need a Filing ID?

Please contact our support team to receive your filing ID. This ID is required to process your refund request.

@csrf

Filing ID Information

@error('filing_id')

{{ $message }}

@enderror
@endsection