Generate Settings
Site
@csrf @foreach ($sites as $site) @if ($site->type == 'text')
@endif @endforeach
Update
Logo Setting
Branding Website
@csrf @foreach ($sites as $site) @if ($site->type == 'image')
img
@endif @endforeach
Update