@extends('redesign.layouts.front') @section('title', 'Meine Geschenke') @section('body-class', 'front page-gifts') @section('scripts-page') @endsection @section('document')

Meine Geschenke

@if ( $usersGifts->count() ) @include('redesign.front.user.pieces.gifts.table', ['usersGifts' => $usersGifts]) @else

Du hast noch keine Geschenke erhalten

@endif
@endsection