@extends('panel.layouts.layout') @section('content')
مرحبا بك في لوحة المعلومات
@lang('home.home')/ @lang('home.dashboard')
@foreach($users as $user) @endforeach
@lang('home.user') @lang('home.action') @lang('home.since') @lang('home.ip') @lang('home.location')
{{ @$user->fname.' '.$user->lname }}
{{ @$user->last_report()->text }} {{@Carbon\Carbon::parse($user->last_report()->created_at)->diffForHumans()}} {{ @$user->last_report()->ip }} {{ @$user->last_report()->location }}
@stop