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