@extends('layouts.backend.app') @section('title','General Settings') @section('content')
General Settings
@include('backend.settings.sidebar')
{{-- how to use callout --}}
How To Use:

You can get the value of each setting anywhere on your site by calling setting('key')

@endsection