@extends('admin.partial.template-full') @section('section')

Custom Emoji

Total Emoji
{{$stats['total']}}
Total Active
{{$stats['active']}}
Remote Emoji
{{$stats['remote']}}
Duplicate Emoji
{{$stats['duplicate']}}

Stats are cached for 12 hours and may not reflect the latest data.
To refresh the cache and view the most recent data, click here.

@if($sort == 'duplicates')

Duplicate emoji shortcodes can lead to unpredictible results

@endif
@foreach($emojis as $emoji)

{{ $emoji->shortcode }}

{{ $emoji->domain }}

@if($sort == 'duplicates') View duplicates {{--
Updated {{$emoji->updated_at->diffForHumans(null, true, true)}}
--}} @else
Updated {{$emoji->updated_at->diffForHumans(null, true, true)}}
@csrf
@endif
@endforeach
{{ $emojis->links() }}
@endsection @push('scripts') @endpush