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

Theme

@if($saved = Session::get('saved'))
{{ Lang::get('cachet.dashboard.settings_saved') }}
@elseif(Session::has('saved'))
{{ Lang::get('cachet.dashboard.settings_not_saved') }}
@endif
{{--
--}}
@stop