@extends('layouts.app', ['pageTitle' => 'Finance Contacts', 'pageSubtitle' => 'Suppliers, customers, employees and other finance parties']) @section('content')

Add Contact

@csrf

Contacts

@foreach($contacts as $c)@endforeach
TypeNameEmailPhoneTax NoStatus
{{ $c->type }}{{ $c->name }}{{ $c->email }}{{ $c->phone }}{{ $c->tax_number }}{{ $c->status }}
@endsection