@extends('layouts.guest') @include('layouts.profilestyle') @section('content')

Dashboard

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Employee

Employee register Successfully

Now CEO Approved then you are login, Or HR Approved.

@endsection