@extends('layouts.backend.index') @section('title', $label) @section('content')
Nomor | {{ $lembur->number }} |
---|---|
Tanggal | {{ Common::dateFormat($lembur->date, 'dd mmmm yyyy') }} |
Jam | {{ $lembur->hours }} |
Nama | {{$lembur->employee->name}} |
Jabatan | {{@$lembur->employee->positionData->name}} |
Alasan | {!!$lembur->description!!} |