@extends('template.layout_admin') @section('content')

Enter Employee Code

@csrf
@if (session('error'))
{{ session('error') }}
@endif
@endsection