@extends('layouts.app') @section('title', 'Home') @section('content')

Welcome to My Laravel App

@php $setting = \App\Models\Setting::first(); @endphp @if($setting && $setting->logo) Logo @endif @endsection