@extends('layout.default', ['appTopMenu' => true]) @section('title', 'Employee Details') @push('head')
@endpush @php // echo $option; // $option="Update"; @endphp @section('content') @php $qdata=[]; @endphp @if(empty($sec_code)) @php echo "
Page is exclusively for working Section Officers.
"; @endphp @else @php /*use App\Http\Controllers\Hrms\DaCounterController; echo $da = DaCounterController::get_da(); DaCounterController::update_da($da);*/ @endphp
@if(Session::has('error'))
{{Session::get('error')}}
@endif @csrf
Establisment
@foreach ($establishmentData as $key => $value)
{{ $value }}
@endforeach
@error('estb_code')
{{ $message }}
@enderror
Type of User
@foreach ($userTypeData as $key => $value)
{{ $value }}
@endforeach
@error('user_type')
{{ $message }}
@enderror
@if($option=="Update")
Select User
@foreach ($alluserofsection as $item)
id == old("user")) ? 'selected' : '' }}> {{ $item->name . ' ('. $item->post_name . ')' }}
@endforeach
@error('user')
{{ $message }}
@enderror
Get Details
@endif
@endif @endsection @push('scripts')