| Visiting Purpose |
{{ ucwords(str_replace('_',' ',$visitorlog->visiting_purpose)) }} |
| Visitor Details |
| Name |
{{ ucwords($visitorlog->name) }} |
| Relation With Student : |
{{ ucfirst($visitorlog->relation_with_student) }} |
| Student Name : |
{{ $visitorlog->student->FullName }} |
| Whom to Meet |
{{ $visitorlog->employee->FullName }}
({{ ucwords(str_replace('_',' ',$visitorlog->employee->teacherprofile[0]->designation)) }})
|
| Visitor Count |
{{ $visitorlog->number_of_visitors }} |