@extends('layouts.default') @section('meta')
{{ __("Employee Name") }} | {{ __("Type") }} | {{ __("Leave from") }} (date) | {{ __("Leave to") }} (date) | {{ __("Reason") }} | {{ __("Status") }} |
---|---|---|---|---|---|
{{ $v->employee }} | {{ $v->type }} | {{ $v->leavefrom }} | {{ $v->leaveto }} | {{ $v->reason }} | {{ $v->status }} |