@extends('layouts.app') @section('title', 'Votes') @section('content')
You've already voted.
@else @endif @else{{ Gate::inspect('vote', $vote)->message() }}
@endcanSummary will be publicly available once the vote closes at {{ \Carbon\Carbon::create($vote->end_at)->toEuropeanDateTime() }}
@endif