@extends('layouts.global') @section('title')Profil Saya @endsection @section('content') Profil Saya Profil @if ($user->avatar == null) @else @endif {{ $user->nama }} Administrator NIP {{ $user->nip }} Nomor Telepon {{ $user->nomor_telepon }} Email {{ $user->email }} Alamat {{ $user->alamat }} @csrf {{ method_field('PUT') }} Edit Profil Username : {{ $errors->first('name') }} Email : {{ $errors->first('email') }} NIP : {{ $errors->first('nip') }} Password Baru : {{ $errors->first('password') }} Nama : {{ $errors->first('nama') }} Jenis Kelamin : jenis_kelamin == 'pria' ? "checked" : "" }} disabled> Pria jenis_kelamin == 'wanita' ? "checked" : "" }} disabled> Wanita {{ $errors->first('jenisKelamin') }} Alamat : {{ $user->alamat }} {{ $errors->first('alamat') }} No. Telepon : {{ $errors->first('nomorTelepon') }} Avatar {{ $errors->first('avatar') }} @endsection @push('scripts') @if (Session::has('store_succeed')) @endif @if (Session::has('store_failed')) @endif @endpush
Administrator
{{ $user->nip }}
{{ $user->nomor_telepon }}
{{ $user->email }}
{{ $user->alamat }}