@extends('layouts.admin') @section('title', 'Avatars - EV Charging Network') @section('breadcrumb_title', 'System Settings') @section('breadcrumb_sub_title', 'Avatars') @section('page_title', 'Avatars Management') @section('content')
Manage system avatars and their permissions.
| # | Avatar | Slug Name | {{--Status | --}}Created At | Updated At | Actions | |||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} |
|
{{ $avatar->slug_name }} |
{{-- {{ $avatar->status ? 'Active' : 'Inactive' }} | --}}{{ $avatar->created_at->format('d/m/Y H:i:s') }} | {{ $avatar->updated_at->format('d/m/Y H:i:s') }} |
|
|||
|
No avatars found. Add the first avatar. |
|||||||||