@extends('admin.layouts.app') @section('title','Project Categories') @section('breadcrumb') / CSR Management / Categories @endsection @section('content')
Manage CSR project categories
| S.N. | Name | Slug | Description | Projects | Status | Actions |
|---|---|---|---|---|---|---|
| {{ ($categories->currentPage()-1)*$categories->perPage()+$i+1 }} |
@if($cat->color)
@endif
@if($cat->icon)
@endif
{{ $cat->name }}
|
{{ $cat->slug }} |
{{ Str::limit($cat->description,60) ?: '—' }} | {{ $cat->projects_count }} |
status==='active'?'checked':'' }}
data-url="{{ route('admin.csr.categories.toggle-status',$cat) }}"
@if(!auth()->user()->hasPermission('project_categories.edit')) disabled @endif>
|
|
| No categories found | ||||||