Skip to content

Commit

Permalink
Merge pull request #94 from frontChapter/develop
Browse files Browse the repository at this point in the history
Update list-gifts.blade.php
  • Loading branch information
lokiwich authored Mar 3, 2024
2 parents dff052a + bf3cbdc commit e36a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/user/gift/list-gifts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@foreach ($tickets as $ticket)
<x-gift-card :title="__('Pachim')" :description="__('New experience in server and site management')" :code="$ticket->is_vip ? 'fchapter' : 'pchapter'" bgColor="bg-sky-600" />
<x-gift-card :title="__('Roocket')" :description="__('Roocket, the story of the beginning of a programmer')" :code="$ticket->is_vip ? 'fchapter' : 'rchapter'" bgColor="bg-rose-600" />
<x-gift-card expire="۱۱۴۰۲/۱۲/۱۹" href="https://console.liara.ir/rewards" :title="__('Liara')" :description="__('In less than 5 minutes, run your program on the server')" code="{{ $ticket->code }}" bgColor="bg-teal-600" />
<x-gift-card expire="۱۴۰۲/۱۲/۱۹" href="https://console.liara.ir/rewards" :title="__('Liara')" :description="__('In less than 5 minutes, run your program on the server')" code="{{ $ticket->code }}" bgColor="bg-teal-600" />
@endforeach

@if (count($gifts) === 0 && count($tickets) === 0)
Expand Down

0 comments on commit e36a954

Please sign in to comment.