@extends(config('template.admin.view') . '.layout.layout') @if(isset($title)) @section('title', $title) @endif @section('content')
{{ $info['name'] }} v{{ $info['version'] }}
PUQcloud
{{ __('client_template.Template Information') }}

{{ __('client_template.Description') }}: {{ $info['description'] }}

{{ __('client_template.Author Information') }}

{{ __('client_template.Name') }}: {{ $info['author']['name'] }}

{{ __('client_template.Email') }}: {{ $info['author']['email'] }}

{{ __('client_template.Website') }}: {{ $info['author']['website'] }}

{{ __('client_template.Requirements') }}

{{ __('client_template.PUQcloud Version') }}: {{ $info['requirements']['PUQcloud'] }}

{{ __('client_template.PHP Version') }}: {{ $info['requirements']['php'] }}

{{ __('client_template.License') }}

{{ __('client_template.Type') }}: {{ $info['license']['type'] }}

{{ __('client_template.License URL') }}: {{ $info['license']['url'] }}

{{ __('client_template.Support Information') }}

{{ __('client_template.Documentation') }}: {{ $info['support']['documentation'] }}

{{ __('client_template.Changelog') }}: {{ $info['support']['changelog'] }}

{{ __('client_template.Support Email') }}: {{ $info['support']['support_email'] }}

{{ __('client_template.Timestamps') }}

{{ __('client_template.Created At') }}: {{ $info['timestamps']['created_at'] }}

{{ __('client_template.Updated At') }}: {{ $info['timestamps']['updated_at'] }}

@endsection