@extends('admin.templates.layout') @section('content')
General Settings
@csrf
This will be displayed as the general business time.
@if($settings && $settings->logo)
Logo
@endif
@if($settings && $settings->favicon)
Favicon
@endif
@stop