@extends('layouts.default') @php $pageTitle = 'Assign Available Competency'; @endphp @section('title',$pageTitle) @section('PageHead')
@stop @section('content')

Competency

@for($i=1;$i<3;$i++) @endfor
Type Competency Weight

Employee Details

{{ csrf_field() }}
Employee Name
Department
Designation

@for($i=1;$i<4;$i++) @endfor
Staff Name Designation Department Joining Date
@stop