@extends('layouts.main') @section('content')
No. | Name | Phone | Job Title | Joining Date | Document Type | Actions | |
---|---|---|---|---|---|---|---|
{{ $i++ }} | {{ $document->name }} | {{ $document->user->email }} | {{ $document->user->phone }} | {{ $document->user->job_title }} | {{ \Carbon\Carbon::parse($document->user->joining_date)->format('d-m-Y') }} | {{ ucfirst($document->document) }} Letter | Upload @if ($document->document == 'offer') View @elseif($document->document == 'appointment') View @elseif($document->document == 'intern') View @endif |
Click to download your {{ session('letter_type') }} PDF: Download PDF
@endif