@extends('admin.layout') @section('admin-title') User Account Updates: {{ $user->name }} @endsection @section('admin-content') {!! breadcrumbs(['Admin Panel' => 'admin', 'User Index' => 'admin/users', $user->name => 'admin/users/' . $user->name . '/edit', 'Account Updates' => 'admin/users/' . $user->name . '/updates']) !!}
This is a list of changes that have been made to this account's information, whether by the user or by a staff member.
{!! $logs->render() !!}