@extends('admin.layouts.app') @section('title','CSR Company — '.$company->company_name) @section('breadcrumb') / CSR Companies / {{ $company->company_name }} @endsection @section('content')
{{ $company->company_code }}
| Code | Title | Category | Budget | Spent | Status |
|---|---|---|---|---|---|
{{ $p->project_code }} |
{{ Str::limit($p->project_title,30) }} | {{ $p->category->name ?? '—' }} | ₹{{ number_format($p->budget_allocation,2) }} | ₹{{ number_format($p->total_spent,2) }} | {{ ucfirst($p->status) }} |
| No projects yet | |||||