@extends('portal.layouts.app', [ 'class' => '', 'elementActive' => '' ]) @section('title','Partners') @section('css') @endsection @section('content')
| # | Name | Category | County | Rate per Contact | Added By | Action |
|---|---|---|---|---|---|---|
| {{ $k+1 }} | {{ $item->name }} | {{ $item->category->name ?? 'N/A' }} | {{ $item->county->name ?? 'N/A' }} | {{ $item->rate_per_contact ?? 'N/A' }} | {{ $item->creator->name ?? 'N/A' }} |
|