@extends('layouts.home.app') @section('title', 'Riwayat Voting') @section('content')

Riwayat Voting

Tabel Riwayat Voting

@foreach ($votes as $vote) @endforeach
Paslon Voter Waktu Vote
{{ $vote->paslon->nama }} {{ $vote->user->name }} {{ $vote->created_at->format('d M Y H:i:s') }}
@endsection