@extends('layouts.app') @section('sidebar')
@php $pengaturan = App\Models\Pengaturan::first(); @endphp
@if($pengaturan && $pengaturan->logo) Logo @else @endif

Guru Panel

@endsection