@extends('templates.app') @section('container')
@if($user->foto_karyawan == null) image @else image @endif

{{ strtoupper($user->name) }}

{{ strtoupper($user->Jabatan->nama_jabatan) ?? '-' }}














@endsection