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

AI Investments

Add New @foreach($investments as $item) @endforeach
Region Amount Growth % Actions
{{ $item->region }} ${{ number_format($item->amount, 0) }} {{ $item->growth_rate }}% Edit
@csrf @method('DELETE')
@endsection