@extends('layouts.admin') @section('page_kicker', 'CMS') @section('page_title', 'Content management') @section('content')

Landing content

Update public page blocks by key.

@csrf

Keys in use

@foreach($contentSettings as $item)
{{ $item->setting_key }}
@endforeach

Announcements

Publish notices to doctors or patients.

@csrf
@foreach($announcements as $item)
{{ $item->title }} ยท {{ $item->target_scope }}
@endforeach
{{ $announcements->links() }}
@endsection