Candidate Table
@foreach ($candidates as $candidate) @endforeach
Name Picture Resume Election Number Actions
{{ $candidate->name }} Candidate Picture Resume {{ $candidate->election_number }}
@csrf @method('DELETE')
@include('candidate.components.modal')