@extends('theme::layouts.app') @section('content')
Description: {{ $result['Description'] }}
Awarding Agency: {{ $result['Awarding Agency'] }}
Start Date: {{ date('m-d-Y', strtotime($result['Start Date'])) }}
End Date: {{ date('m-d-Y', strtotime($result['End Date'])) }}
Award Amount: ${{ number_format($result['Award Amount'], 0) }}
Amount in Millions: ${{ number_format($result['Award Amount'] / 1000000, 2) }} million
{{-- Add more details as needed --}}