@extends('layouts.app') @section('title', 'Settings - NGBVD') @section('content')
Administration

System Settings

Manage ministry details and personalize your NGBVD workspace theme.

Ministry / System Information

@foreach($company as $item)
@csrf
@endforeach

My Theme Customization

Choose a standard template or personalize your workspace colors. This applies only to your account.

@csrf
@foreach(['primary'=>'Primary / Action Color','sidebar'=>'Sidebar Color','topbar'=>'Topbar Color','background'=>'Page Background','surface'=>'Card Surface'] as $field => $label)
@endforeach
@csrf
@endsection