@extends('hr::layouts.app') @section('head')
@endsection @section('content')
Home
Pages
Form Page
Employee list
{{ csrf_field() }}
Employee ID
NIC
Name
Designation
Edit
View
Delete
@endsection @section('script') @endsection