@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.admin') }} @parent @stop {{-- Page content --}} @section('content')


Notifications

Email alerts



Slack

Slack settings



Asset Tags

Incrementing and prefixes



Barcodes

Barcode & QR settings



Labels

Label sizes & settings



LDAP

LDAP/Active Directory



SAML

SAML settings



Backups

Download files & Data



Login Attempts

List of attempted logins



OAuth

Oauth Endpoint Settings

@if (config('app.debug')=== true) @endif


Purge

Purge Deleted Records

{{ trans('admin/settings/general.system') }}

{{ trans('admin/settings/general.snipe_version') }}
{{ config('version.app_version') }} build {{ config('version.build_version') }} ({{ config('version.hash_version') }})
{{ trans('admin/settings/general.license') }}
{{ trans('admin/settings/general.php') }}
{{ phpversion() }}
{{ trans('admin/settings/general.laravel') }}
{{ $snipeSettings->lar_ver() }}
@section('moar_scripts') @endsection @stop