@extends('layout') @section('title', 'Contact List') @section('content')
Here you can add, view, edit and delete contacts.
You can delete contacts on their 'view' or 'edit' page.
Name | Phone | Account Code | Company | View | Edit | |
---|---|---|---|---|---|---|
{{ $contact->name }} | {{ $contact->email }} | {{ $contact->phone }} | {{ $contact->company->accountcode }} | {{ $contact->company->name }} | View | Edit |