@extends('layouts.app', ['pageTitle' => 'Finance Contacts', 'pageSubtitle' => 'Suppliers, customers, employees and other finance parties']) @section('content')
| Type | Name | Phone | Tax No | Status | |
|---|---|---|---|---|---|
| {{ $c->type }} | {{ $c->name }} | {{ $c->email }} | {{ $c->phone }} | {{ $c->tax_number }} | {{ $c->status }} |