@extends('layouts.sidebar') @section('title', 'Employee') @section('content')
@if (in_array('Employee UserInterface', $privileges)) @else @endif
@include('Admin.Employee.profilecredentials')
@endsection