@section('tittle') {{"SKILL ALLOCATION"}}@endsection
@extends('LifeAtGainup.Navbar.nav') @section('content')
@csrf
ENTRY NO
EFF-FROM
*
DATE
DIVISION
*
DEPARTMENT
DESIGNATION
TEAM
EMPLOYEE NAME
*
--Select Emp--
@foreach ($Name as $option)
{{$option['name']}}
@endforeach
TNO
VIEW
SNO
Skill Description
Drive Link
Attachment-1
Attachment-2
Attachment-3
Attachment-4
SAVE
CLEAR
Report
SELECT FOR ALLOCATIONS *
×
SNO
Division
Department
Designation
Team
@if ($message = Session::get('success'))
{{$message}}
@endif @if ($message = Session::get('alert'))
{{$message}}
@endif @endsection