@extends('layouts.main_without_top_button') @section('title') Settings @stop @section('navigation') @stop @section('contentinner')
@include('settings.users.includes.user_header')
@foreach($latest_activities as $index=> $log) @endforeach
Date Time Address
{{\Carbon\Carbon::parse($log->created_at)->format('l jS \\of F Y h:i:s A')}} {{$log->ip_address}}
{{$log->text}}
@stop