@extends('layouts.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
@error('estb_code') {{ $message }} @enderror
@error('user_type') {{ $message }} @enderror
@if($option=="Update")
@error('user') {{ $message }} @enderror
@endif
@endif @endsection @push('scripts')