@extends('layout.dashboard') @section('content') @if(isset($subMenu)) @include('partials.dashboard.sub-sidebar') @endif
{{ Lang::get('cachet.dashboard.settings') }}

Application Setup

@if(($saved = Session::get('saved')))
{{ Lang::get('cachet.dashboard.settings_saved') }}
@elseif(Session::has('error_message'))
{{ Session::get('error_message') }}
@endif
@if($banner = Setting::get('app_banner'))
@endif It's recommended that you upload files no bigger than 930px wide.
@stop