@extends('admin.layout.master') @section('content')
@include('flash-message')

{{__('obs.bulk')}} {{__('obs.ot')}} {{__('obs.day')}} {{__('obs.request')}}

@if ($employee)
@csrf
{{__('obs.code')}} {{__('obs.name')}} {{__('obs.department')}} {{__('obs.designation')}}
{{$employee->emp_code}} {{$employee->emp_name}} {{$employee->fetch_department ? $employee->fetch_department->name : null}} {{$employee->fetch_designation ? $employee->fetch_designation->name : null}}
{{__('obs.date')}} {{__('obs.type')}}
@endif
@endsection @section('script') @endsection