@extends('layouts.app') {{-- page title --}} @section('title','Profil') {{-- vendor styles --}} @section('vendor-styles') @php $videoWidth=360; $videoHeight=240; @endphp @endsection {{-- page-styles --}} @section('page-styles') @endsection @section('content')
{{ $user->name }}

{{ $user->position }}

Informasi
  • NIK

    {{ $user->nik }}

  • No. Hp

    {{ $user->phone }}

  • Email

    {{ $user->email }}

  • Hak Akses

    {{ $user->role_name }}

@include('pages.profile.show')
id/profile" ) }}" method="post" enctype="multipart/form-data"> @csrf {{ method_field('PATCH') }} @include('pages.profile.form')
@endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection