@extends('employee.layouts.app')
@section('title', 'Pengaturan | Career Development and Consultation (CDC)')
@section('navigation')
Profil
Pengaturan
@endsection
@section('content')
@once
@if (session()->has('success'))
{{ session()->get('success') }}
@endif
@endonce
@endsection