@extends('layouts.base') @section('css') @endsection @section('content')

Welcome to your {{env('APP_NAME')}} dashboard!

Use the links on the left hand side to navigate your {{env('APP_NAME')}} dashboard.

Change Password

Old Password: New Password:
@if ($role == $admin_role)

Links

@include('snippets.link_table', [ 'table_id' => 'admin_links_table' ])

Users

New
Username Password Email Role
Add
@include('snippets.user_table', [ 'table_id' => 'admin_users_table' ])
@endif @if ($api_active == 1)

Developer

API keys and documentation for developers.

Documentation: http://docs.polr.me/en/latest/developer-guide/api/

API Key:

API Quota:

@if ($api_quota == -1) unlimited @else {{$api_quota}} @endif

requests per minute
@endif
@endsection @section('js') {{-- Include modal templates --}} @include('snippets.modals') {{-- Include extra JS --}} @endsection