@extends('admin.index') @section('title', Helper::getSiteTitle('Settings')) @section('content')

Settings

{{ csrf_field() }}
@if($errors->any()) @elseif(session('message')) @endif
@if(!empty($history))

Last changed at {{ \Carbon\Carbon::parse($history->changed_at)->format('d F Y, h:i A') }} ({{ \Carbon\Carbon::parse($history->changed_at)->diffForHumans() }})

@endif
@php $endpoint_switch = Helper::getInputValue('endpoint_switch', Helper::getOption('endpoint_switch')) @endphp
@endsection @section('css-lib') @endsection @section('js-lib') @endsection