@extends('layouts.user.account')
@section('page_title', __('giveaway.overview-giveaway'))
@section('page_content')
{{ $giveawayData->title }}
@include('user.giveaway.show.parts.tabs')
@if($pageTab == 'participants')
@include('user.giveaway.show.participants')
@else
@include('user.giveaway.show.overview')
@endif
@endsection