@extends('frame') @section('title', 'The Dash | '. $title) @section('main-content')
{{ $member['key'] }}

{{ $ftoken }}
@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')
@if(isset($apiStatus) && $apiStatus == 'true') @else @endif
@if(isset($dynamicRenderStatus) && $dynamicRenderStatus == 'true') @else @endif
@if($lastBackup != '') LAST BACK UP {{ $lastBackup }}
@else span No back ups. Frowny face. @endif
s
@foreach($themes as $theme) @if($theme['name'] == $currentTheme) @else @endif @endforeach
@endsection @section('scripting') @endsection