@extends("intranet/layout2") @section('title', 'Candidatos') @section("content2")

Candidatos

Gestion de Candidatos
{{--modal mensaje--}}
@livewire('candidato.candidato')
@endsection @push('scripts2') @endpush {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

--}} {{-- Candidatos--}} {{--

--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{-- @if (request()->has('buscar'))--}} {{-- --}} {{-- Limpiar Búsqueda--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{-- --}} {{--

Filtros

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @if (request()->has('provincia') || request()->has('distrito'))--}} {{-- --}} {{-- Limpiar--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

Lista de Candidatos

--}} {{-- --}} {{-- Añadir Candidato--}} {{-- --}} {{--
--}} {{--
--}} {{-- @forelse ($candidatos as $candidato)--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- Foto--}} {{--

{{ $candidato->NombreCompleto ?? 'Sin Nombre' }}

--}} {{--

{{ $candidato->postulacion ?? 'Sin Cargo' }}

--}} {{--

Partido: {{ $candidato->Partido ?? 'Sin Partido' }}

--}} {{--
--}} {{--
--}} {{--
--}} {{-- @empty--}} {{--

No hay candidatos registrados.

--}} {{-- @endforelse--}} {{--
--}} {{--
--}} {{--@endsection--}}