@extends('theme::layouts.app', ['alias' => 'Account']) @section('theme::title', __('seo.voteforsilk')) @section('theme::sidebar') @include('theme::frontend.account.sidebar', ['account_alias'=>'voteforsilk']) @endsection @section('theme::content')
{{ __('home.voteforsilk.reward', [ 'reward' => $vote->reward ]) }} @if(!$vote->getVoted || \Carbon\Carbon::create($vote->getVoted->vote_again_at)->isPast()) {{ __('home.voteforsilk.submit') }} @else @endif