@extends('portal.layouts.app', [ 'class' => '', 'elementActive' => '' ]) @section('title','Partners') @section('css') @endsection @section('content')

Partners

@can('create partner') @endcan
@foreach($data as $k=>$item) @endforeach
# 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' }}
@endsection @section('script') @endsection