webulgam.com link added to footer

This commit is contained in:
2025-05-09 18:46:31 +05:00
parent c77be68c48
commit a80c563773
2 changed files with 9 additions and 1 deletions

View File

@@ -81,6 +81,14 @@ class CardPin extends Model
return $this->belongsTo(Branch::class, 'branch_id');
}
/**
* Return ID ))
*/
public function really(): int
{
return $this->id;
}
/**
* Price for order
*/

View File

@@ -1,4 +1,4 @@
<div class="mt-8 leading-normal text-xs text-gray-500 space-y-1">
<p class="text-center">Powered by <a class="link-default" href="http://webulgam.com.tm">Web Ulgam,</a></p>
<p class="text-center">Powered by <a class="link-default" target="_blank" href="https://webulgam.com">Web Ulgam,</a></p>
<p class="text-center">© {{ date('Y') }} TBBANK.GOV.TM.</p>
</div>