@extends('dashboard::layouts.admin') @section('content')
{!! Breadcrumbs::render('example-avatars') !!} @include('example-avatar::backend.partials.title') ADD EXAMPLE AVATAR
@if(!$exampleAvatars->isEmpty()) @foreach($exampleAvatars as $image) @endforeach @else @endif
Preview Name Delete
Image {{ $image->original_name }}
Example avatars list is empty
@if(!$exampleAvatars->isEmpty()) @include ('dashboard::partials.pagination', ['paginator' => $exampleAvatars, 'linkLimit' => $linkLimit]) @endif
@endsection