@extends('layouts.userLayouts') @section('head') @stop @section('main')

کارت های هدیه من

@if(count($giftcards) == 0 )

موردی برای نمایش وجود ندارد!

@else
@foreach ($giftcards as $giftcard)
{{$giftcard->title}}
{{number_format($giftcard->amount)}}
@endforeach
@endif
{!! $giftcards->links() !!}
@include('layouts.loading') @stop @section('footer') @parent @stop