@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')
Avatars Management

Manage system avatars and their permissions.

{{--
--}}
{{-- --}} @php $i = 1; @endphp @forelse($avatars as $avatar) {{-- --}} @empty @endforelse
@endsection @section('scripts') @endsection