@extends('layouts.master') @section('content')
Edit Employee Type
Employee Type List
@if ($errors->any())
@endif
@csrf @method('put')
@stop