@extends('layouts.global') @section('title')Profil Saya @endsection @section('content')

Profil Saya

@if ($user->avatar == null) User profile picture @else User profile picture @endif

{{ $user->nama }}

Administrator


NIP

{{ $user->nip }}


Nomor Telepon

{{ $user->nomor_telepon }}


Email

{{ $user->email }}


Alamat

{{ $user->alamat }}

@csrf {{ method_field('PUT') }}

Edit Profil

{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('nip') }}
{{ $errors->first('password') }}
{{ $errors->first('nama') }}
{{ $errors->first('jenisKelamin') }}
{{ $errors->first('alamat') }}
{{ $errors->first('nomorTelepon') }}
{{ $errors->first('avatar') }}
@endsection @push('scripts') @if (Session::has('store_succeed')) @endif @if (Session::has('store_failed')) @endif @endpush