@extends('layout.master') @section('title', 'Register Employee') @section('content')

Register Employee

@if($errors->any())
@endif
@csrf





@endsection