This repository has been archived on 2025-05-09. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Astral-nook/resources/themes/pterodactyl/templates/base/core.blade.php

10 lines
307 B
PHP

@extends('templates/wrapper')
@section('container')
<router-view></router-view>
<div class="w-full m-auto mt-0 container">
<p class="text-center sm:text-right text-grey-dark text-xs">
{!! trans('strings.copyright', ['year' => date('Y')]) !!}
</p>
</div>
@endsection