@extends('template') @section('title', $title) @section('content')

Profile

Nama
{{ $profile->name }}


Username
{{ $profile->username }}


Email
{{ $profile->email }}


Aktivitas

@foreach ($LogAktivitas as $a) @endforeach
NO. Date & Time Description
{{ $loop->iteration + ($LogAktivitas->currentPage() - 1) * $LogAktivitas->perPage() }} {{ $a->created_at }} {{ $a->subjek }}
{{ $LogAktivitas->links() }}
@endsection