@extends('layouts.app') @section('titlepage', 'General Settings') @section('content') @section('navigasi') General Settings @endsection @php use Illuminate\Support\Facades\Storage; @endphp
@csrf @method('PUT')
@if ($setting->logo && Storage::exists('public/logo/' . $setting->logo)) Logo Perusahaan @else Logo Default @endif
@endsection