@extends('layouts.admin') @section('title', 'Manifesto & Settings') @section('content')

Manifesto & Settings

Manage document URLs and site settings.

@csrf @foreach(['manifesto_url' => 'Manifesto URL', 'program_plan_url' => 'Program Plan URL'] as $key => $label) @php $current = optional($settings->firstWhere('key', $key))->value; @endphp @endforeach
@endsection