@extends('admin.layouts.admin') @section('style') @endsection @section('content')
{{ $candidate->user->name ?? ''}}

{{ $candidate->user->user_type ?? '' }}

  • Phone : {{ $candidate->user->phone ?? '' }}
  • Email : {{ $candidate->user->email ?? '' }}
  • @if($candidate->user->user_type == 'Candidate')
  • Location : {{ $candidate->location ?? ''}}
  • @endif
@include('admin.sections.footer')
@endsection @section('script') @endsection