@extends('layouts.app') @section('template_title') Candidates @endsection @section('content')
{{ $message }}
| No | Name | {{--Description | Video Url | Video Embed | Poster Image | --}}Status | Created At | Updated At | Country | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ ++$i }} | {{ $candidate->name }} | {{--{{ $candidate->description }} | {{ $candidate->video_url }} | {{ $candidate->video_embed }} | {{ $candidate->poster_image }} | --}}@if($candidate->status == 1) {{ __('Yes') }} @else {{ __('No') }} @endif | {{ $candidate->created_at->format('m/d/Y h:i A') }} | {{ $candidate->updated_at->format('m/d/Y h:i A') }} | {{ $candidate->country->name ?? 'N/A' }} |