@extends('adminlte::page') @section('title', 'Settings') @section('content_header')

Edit Settings

@stop @section('content')
@csrf @method('PUT')
@if($setting->logo) Logo @else

No logo uploaded

@endif
@if($setting->qr_image) QR Image @else

No QR image uploaded

@endif
@stop