@extends('layouts.default') @php /** @var \App\Models\ResourceDistribution[] $resource_distributions */ @endphp {{-- Page Title --}} @section('title') System Settings @parent @stop {{-- Content --}} @section('content')

System Settings


Diaper count per given


@csrf @foreach($settings['diaper_count_per_given'] as $diaper => $value)
x
@endforeach
@endsection