@extends('admin.layouts.app') @section('breadcrumb-link') @endsection @section('create-link') Create Category @endsection @section('content') @section('content')
@foreach($entities as $key => $entity) {{-- {{dd($entity->file)}}--}} @endforeach
Display Image Name Type Status
{{$entity->name}} {{array_search($entity->type,\App\Entities\Categories\Category::$TYPES)}} {{$entity->status}}
@csrf @method('DELETE')
@endsection @endsection