@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }}
@if($avatar_combination_list->responseCode == 800) @if(!empty($avatar_combination_list->data)) @else @endif @endif
@if($items_list->responseCode == 800) @if(!empty($items_list->data)) @else @endif @endif
{{-- --}}

{{-- @if ($user['role_id'] == 1) @endif --}} @can('manage-avatars') @endcan
{{-- All Avatars Item --}}
@if($user['role_id'] == 1) @endif
ID Image Name Items Gender CreatedAction
@include('pages.includes.footer')
@endsection @section('page-js') @endsection