@extends('layouts.account') @section('content')

Cyca {{ config('app.version') }}

{{ __('Created by') }} Richard Dern.

{{ __("If you like Cyca, maybe you could consider donating") }}:

{{ __("Thank you for using Cyca !") }}

{{ __("Licenses") }}

{!! __("Cyca is a Free and Open Source Software released under the :license license in its most recent version.", [ "license" => 'GNU GPL' ]) !!}

{{ __("Software used by Cyca can be released under different licenses. Please see below for more informations.") }}

{{ file_get_contents(public_path('/js/app.js.LICENSE.txt')) }}
@endsection