@extends('admin.layout') @section('title', 'Projects') @section('page-title', 'Manage Projects') @section('content')
{{ $projects->total() }} projects total
Add Project| Project | Category | Status | Actions |
|---|---|---|---|
|
@if($project->image)
@endif
{{ $project->title }} {{ Str::limit($project->description, 50) }} |
{{ $project->category }} | {{ $project->is_active ? 'Active' : 'Inactive' }} |