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

Settings

@csrf
@if($settings->logo)
@endif
@if($settings->favicon)
@endif
@endsection