@extends('admin.layouts.app') @section('content')
| Sr No. | Title | Description | Image | Location | Status | Type | Action |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $project->title }} | {{ $project->description }} |
@if($project->image)
|
{{ $project->location }} | {{ ucfirst(str_replace('_', ' ', $project->type)) }} | {{ ucfirst($project->status) }} | {{-- EDIT --}} Edit {{-- DELETE --}} |
| No projects found. | |||||||