@extends('frame') @section('title', 'The Dash | '. $title) @section('main-content')

@if($lastBackup != '') LAST BACK UP
{{ $lastBackup }}
@else span No back ups. Frowny face. @endif
@if(isset($apiStatus) && $apiStatus == 'true') @else @endif @if(isset($dynamicRenderStatus) && $dynamicRenderStatus == 'true') @else @endif

@foreach($themes as $theme) @if($theme['name'] == $currentTheme) Edit @else @endif @endforeach

@if($mailOption == "option-none" or $mailOption == "") NONE @else NONE @endif @if($mailOption == "option-mg" or $mailOption == "") MAILGUN @else MAILGUN @endif @if($mailOption == "option-smtp" or $mailOption == "") SMTP @else SMTP @endif @include('forms.mailforms')

{{ $member['key'] }}

{{ $ftoken }}
@endsection @section('scripting') @endsection