@extends('layouts.pdf') @section('content')
| {{__('employees.employee')}} | {{ optional($leave->user)->name }} |
|---|---|
| {{__('commons.start_date')}} | {{ $leave->start_date }} |
| {{__('commons.end_date')}} | {{ $leave->end_date }} |
| {{__('commons.comments')}} | {{ $leave->comments }} |
| {{__('commons.created_at')}} | {{ $leave->created_at }} |
| {{__('commons.update_at')}} | {{ $leave->updated_at }} |