@extends('layouts.app', ['activePage' => 'settings', 'titlePage' => __('Settings')]) @section('content')

Settings

@csrf @method('PUT')

Live Settings

@php $labels=array( '_mc_key'=>"Mailchimp Key", '_mc_server'=>"Mailchimp Server", '_mc_list'=>"Mailchimp List ID", '_sftp_host'=>"SFTP Host (Zonal)", '_sftp_port'=>"SFTP Port (Zonal)", '_sftp_user'=>"SFTP User (Zonal)", '_sftp_pass'=>"SFTP Pass (Zonal)", ) @endphp @foreach($labels as $k=>$l)
@endforeach

Test Settings

firstWhere('option_name','test_mode') && $options->firstWhere('option_name','test_mode')->option_value == 1) checked @endif
@php $labels=array( '_test_mc_key'=>"Mailchimp Key (Test)", '_test_mc_server'=>"Mailchimp Server (Test)", '_test_mc_list'=>"Mailchimp List ID (Test)", ) @endphp @foreach($labels as $k=>$l)
@endforeach
@endsection