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

{{ __('obs.update') }} {{ __('obs.employee') }} {{ __('obs.info') }}

@csrf {{-- --}} {{-- --}} @php $i = 1; @endphp @foreach ($employees as $employee) {{-- --}} {{-- --}} @endforeach
#{{ __('obs.sl') }} {{ __('obs.name') }} {{ __('obs.card') }} {{ __('obs.emp') }} {{ __('obs.code') }} {{ __('obs.sorting') }} {{ __('obs.joining') }}Designation Department{{ __('obs.basic') }} {{ __('obs.gross') }} {{ __('obs.emp') }} {{ __('obs.type') }} {{ __('obs.schedule') }} {{ __('obs.shift') }} {{ __('obs.bank') }} {{ __('obs.amount') }}Weekend
{{ $i++ }} {{ $employee->emp_name }} {{ $employee->emp_card }} id }} value="{{ $employee->emp_code ? $employee->emp_code : null }}"> id }} value="{{ $employee->sorting ? $employee->sorting : null }}"> id }} value="{{ $employee->joining_date ? date('d-m-Y', strtotime($employee->joining_date)) : null }}"> {{ $employee->basic_salary ? $employee->basic_salary : null }} {{-- id}} value="{{$employee->basic_salary ? $employee->basic_salary : null}}" readonly> --}} {{ $employee->gross_salary ? $employee->gross_salary : null }} {{-- --}} id }} value="{{ $employee->fetch_other_info_data ? ($employee->fetch_other_info_data->bank_amount ? $employee->fetch_other_info_data->bank_amount : null) : null }}">
@endsection @section('script') @endsection