@extends('Dashboard.main') @section('Dashboard') @if ($message = Session::get('success'))
{{ __('How To Use')}}
{{ __('You can get the value of each setting anywhere on your site by calling option someKey')}}
option({{ $Setting->key }})
{{ $Setting->value }}