@extends('AdminMaster.authMaster') @section('content')
Let's dive in and get things done.
| User Name | Status | Last Login | |
|---|---|---|---|
| {{ $user->name }} | {{ $user->email }} | @if($user->user_status == 1) Active @else Inactive @endif | {{ date('d-m-Y h:i A', strtotime($user->last_login)) }} |
| File Name | Description | Purpose |
|---|---|---|
| {{ $file->name }} | {{ Str::limit($file->description, 20, '...') }} | {{ Str::limit($file->purpose, 20, '...') }} |