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

Edit Impact Stats

Update the statistics displayed in the "Our Impact" section on the home page.

@csrf @method('PUT') @foreach($impacts as $impact)
@endforeach
Cancel
@endsection