@extends('layout') @section('title') Employee @endsection @section('content')

Edit Employee

@include('flash-message')

{{ $DisplayName }}


{{ $Email }}

@method('PUT') @csrf


+62
+62
+62
+62
@endsection @section('script') @endsection