{!! Form::label('name', 'Name:') !!}

{{ $candidates->name }}

{!! Form::label('card_number', 'Card Number:') !!}

{{ $candidates->card_number }}

{!! Form::label('photo_url', 'Photo Url:') !!}

{{ $candidates->photo_url }}

{!! Form::label('votes', 'Votes:') !!}

{{ $candidates->votes }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $candidates->created_at }}

{!! Form::label('updated_at', 'Updated At:') !!}

{{ $candidates->updated_at }}