@extends('layouts.master') @section('css') @endsection @section('content')
@csrf

Settings

@foreach (getEventSettingVariables() as $key) @php $label = ucfirst(str_replace('_', ' ', $key)); @endphp
@endforeach
@endsection @section('js') @endsection