@extends('backend.template.layouts.template-base') @section('title') General Settings | {{ config('app.name') }} @endsection @section('content')
@include('backend.template.settings.sidebar')
@csrf

General Settings

@if (Arr::has($settings, 'logo')) @endif
@endsection @section('scripts') @endsection