@extends('control-panel::layout/layout') @section('content')

Brand icons

Item Image
Logo svg
Favicon
Mail footer png

Environment

@if ($envs['error']) @endif @foreach ($envs['data'] as $key => $value) @endforeach
Config Value
{{ $envs['error'] }}
{{ $key }} {{ $value }} @if (array_key_exists($key, $laravelValue) && $laravelValue[$key] != $value)
Mismatch with laravel value ({{ $laravelValue[$key] }}) @endif

@endsection