@extends('admin.layouts.app') @section('title', 'Edit Impact Numbers Section') @section('content')

Edit Impact Numbers Section

Back to Overview
@if(session('success')) @endif @if($errors->any()) @endif
Section Settings
@csrf @method('PUT')
This will be displayed as the main heading of the section
This will appear below the title (optional)

Statistics Management
@if($impactSection && isset($impactSection->data['statistics'])) @foreach($impactSection->data['statistics'] as $index => $statistic)
Statistic #{{ $index + 1 }}
@endforeach @endif
Cancel
@endsection