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

Admin Panel

@endsection @push('scripts') @endpush