@extends('layouts.main') @section('header') @section('title', "Recruiter's Message") @endsection @section('content')
@if(count($strdata->candidateselectionlist) !=0)
@if(!empty($strdatanotification->getemailtemplete))

Subject: @if(!empty($strdatanotification->getemailtemplete)) {{$strdatanotification->getemailtemplete->subject}} @endif

From:{{ env('MAIL_FROM') }}

{{date("F jS, Y h:i:s", strtotime($strdatanotification->mail_sent_date))}}

@if(!empty($slist->mailhistory)) {!! $strdatanotification->mailhistory->mail_content !!} @endif

@else

No message selected

Select a message to read more
@endif
@else

No message found

@endif
@endsection @section('footer') @endsection