feat: inisialisasi project kit v2
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
@php
|
||||
$settings = \Illuminate\Support\Facades\Cache::get('system_settings', []);
|
||||
$appName = $settings['app_name'] ?? config('app.name');
|
||||
@endphp
|
||||
<tr>
|
||||
<td>
|
||||
<table class="footer" align="center" width="570" cellpadding="0" cellspacing="0" role="presentation">
|
||||
<tr>
|
||||
<td class="content-cell" align="center">
|
||||
<p>
|
||||
© {{ date('Y') }} {{ $appName }}. All rights reserved. <br>
|
||||
Precision Identity Architecture & Governance.
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
Reference in New Issue
Block a user