@extends('layouts.app') @section('template_title') {{ $candidate->name ?? __('Show') . " " . __('Candidate') }} @endsection @section('content')
{{ __('Show') }} Candidate
Name: {{ $candidate->name }}
Description: {{ $candidate->description }}
Video Url: {{ $candidate->video_url }}
Video Embed: {{ $candidate->video_embed }}
Poster Image: {{ $candidate->poster_image }}
Status: {{ $candidate->status }}
Country Id: {{ $candidate->country_id }}
@endsection