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

Application Settings

@csrf
@if($setting->logo)
Current logo: logo
@endif
@endsection