@extends('layouts.app') @section('title', 'Middleware | Flood Certificate') @section('content') @include('app.certforms.certStyle') @if (isset($order->output)) @endif {{-- show history modal --}}
@if(in_array($order->status, [4, 5, 6, 10, 11, 12]))
Status: {{$orderData['status_type']}}
Reason:   {!! $statusHistory[count($statusHistory) - 1]->comments !!}
@endif
{{-- Show Attachment --}} {{--Show Attachments end --}}
{{-- PDF --}} @if (isset($order->output))
@foreach ($supportingdocs as $index => $linked_pdf) @if ($index % 3 === 0) @if ($index > 0) @endif @endif @endforeach
{{$linked_pdf->pdf_file}}
@endif {{-- --}}
@if (isset($order->output))
@endif
Order Type: {{ $orderData['service_name'] }} Status: {{ $orderData['status_type'] }}
City: State:
County: Zip Code:
Client Order ID: Property Address:
Phone:
@if(isset($order->output))
Loan Information
{{-- --}}
Lender Name:
Lender/Servicer ID:
Amount Of Flood Insurance Required:
Loan Identifier:
Lender Address:
Collateral Description:
National Flood Insurance Program (NFIP) Community Jurisdiction
Community Name:
County:
State:
Community Number:

National Flood Insurance Program (NFIP) Data Affecting Building/Mobile Home
NFIP Map Number or Community-Panel Number (Community name, if not the same as "A")
NFIP Map Panel Effective / Revised Date:
No NFIP Map:
Flood Zone:
Is there a Letter of Map Change (LOMC)?
Date:
Case no:

Federal Flood Insurance Availability(Check all that apply.)

Determination
IS BUILDING/MOBILE HOME IN SPECIAL FLOOD HAZARD AREA (ZONES CONTAINING THE LETTERS "A" OR "V")?

If yes, flood insurance is required by the Flood Disaster Protection Act of 1973. If no, flood insurance is not required by the Flood Disaster Protection Act of 1973. Please note, the risk of flooding in this area is only reduced, not removed.


Comments(Optional)
Preparer's Information
Name:
Telephone Number (If other than Lender):
Service Number:
Address:
Date Of Determination:
{{--ETA info --}}
Other Info
@csrf
@foreach ($statusHistory as $history) @if($history->status_id == 4 || $history->status_id == 12) @endif
User:{!! ucfirst($history->first_name) !!} {!! ucfirst($history->last_name) !!} Status: {{$history->status}} Follow Up: {!! isset($history->followup_date) ? date("m/d/Y", strtotime($history->followup_date)) : "" !!} ETA: {!! isset($history->eta_date) ? date("m/d/Y", strtotime($history->eta_date)) : "" !!} Date: {!! isset($history->updated_at) ? date("m/d/Y h:i:s A", strtotime($history->updated_at)) : "" !!}
{!! $history->comments !!}

@endforeach

{{-- Supporting Docs --}}
Supporting Docs
Select All PDF's
    @foreach ($supportingdocs as $linked_pdf) @if(!str_starts_with($linked_pdf->pdf_file, "Certificate"))
  • {{$linked_pdf->pdf_file}}   @if(str_starts_with($linked_pdf->pdf_file, "Merged_Certificate")) @else @endif
  • @endif @endforeach
    @foreach ($supportingdocs as $linked_pdf) @if (str_starts_with($linked_pdf->pdf_file, "Merged")) @endif @endforeach
    @csrf
    {{-- End supporting Docs --}}
    @else
    Loan Information
    {{-- --}}
    Lender Name:
    Lender/Servicer ID:
    Amount Of Flood Insurance Required:
    Loan Identifier:
    Lender Address:
    Collateral Description:
    National Flood Insurance Program (NFIP) Community Jurisdiction
    Community Name:
    County:
    State:
    Community Number:

    National Flood Insurance Program (NFIP) Data Affecting Building/Mobile Home
    NFIP Map Number or Community-Panel Number (Community name, if not the same as "A")
    NFIP Map Panel Effective / Revised Date:
    Is there a Letter of Map Change (LOMC)?
    No NFIP Map:
    Flood Zone:
    Date:
    Case no:

    Federal Flood Insurance Availability(Check all that apply.)

    Determination
    IS BUILDING/MOBILE HOME IN SPECIAL FLOOD HAZARD AREA (ZONES CONTAINING THE LETTERS "A" OR "V")?

    If yes, flood insurance is required by the Flood Disaster Protection Act of 1973. If no, flood insurance is not required by the Flood Disaster Protection Act of 1973. Please note, the risk of flooding in this area is only reduced, not removed.


    Comments(Optional)
    Preparer's Information
    Name:
    Address:
    Telephone Number (If other than Lender):
    Service Number:
    Date Of Determination:
    @endif
    @endsection