@extends('layouts/layoutMaster') @section('title', __('Edit Setting')) @section('vendor-style') @vite(['resources/assets/vendor/libs/leaflet/leaflet.scss']) @endsection @section('page-style') @endsection @section('styles') @endsection @section('content')
@csrf
{{ __('Settings') }}
@foreach ($settings as $setting) @if (!in_array($setting->key->value, $excptedKeys))
{{-- show description as hint text --}} @if ($setting->key->description()) {{ __($setting->key->description()) }} @endif @if ($setting->has_image)
User avatar
@endif
@endif @endforeach {{--
--}} {{-- --}} {{-- --}}
@endsection @section('vendor-script') @endsection @section('page-script') @endsection