@extends('layouts.employeeMain') @section('Title', 'Employee Profile') @section('container')
Name : {{ Auth::user()->name }} Karyawan
Username : {{ Auth::user()->username }}
Email : {{ Auth::user()->email }}
Phone : {{ Auth::user()->Phone }}
@endsection