webulgam.com link added to footer
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user