@extends('admin.layout.master') @section('content')

{{__('obs.guest')}} {{__('obs.card')}} {{__('obs.lists')}}

@if(!empty($empLists)) @php($i = 1) @foreach($empLists as $emp_val) @endforeach @endif
{{__('obs.sl')}}# {{__('obs.code')}} {{__('obs.name')}} {{__('obs.email')}} {{__('obs.department')}} {{__('obs.designation')}} {{__('obs.emp')}} {{__('obs.type')}} {{__('obs.joining')}} {{__('obs.status')}} {{__('obs.action')}}
{{$i++}} {{$emp_val->emp_code}} {{$emp_val->emp_name}} {{$emp_val->email}} {{date('d-m-Y',strtotime($emp_val->joining_date))}} {{__('obs.edit')}}
@if(!empty($empLists)) {{-- {{ $empLists->appends(request()->query())->links("pagination::bootstrap-4")}} --}} @endif
@endsection