@extends('layouts.base') @section('css') @endsection @section('content')
@if ($role == "admin")

Build Information

Version: {{env('POLR_VERSION')}}
Release date: {{env('POLR_RELDATE')}}
App Install: {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}

You are seeing the information above because you are logged in as an administrator. You can edit the contents of this page by editing resources/views/about.blade.php

@endif

{{env('APP_NAME')}} is powered by Polr 2, an open source, minimalist link shortening platform. The Polr Project is in no way associated with this site. Learn more at its Github page or its project site.
Polr is licensed under the GNU GPL License.

@endsection