@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')

{!! $variables['judul'] !!}

@if($data->id == $logged_user_id) @else @endif
Username {{$data->username}}
Fullname {{$data->fullname}}
Email {{$data->email}}
Telephone {{$data->telephone}}
Created By {{$data->creator->fullname}} ({{$data->created_at}})
Updated By {{ $data->modificator ? $data->modificator->fullname . ' (' . $data->updated_at . ')' : '' }}
@method('delete') @csrf
@endsection