@extends('admin.layout.app') @section('body')
| # | Name | Contact | Phone | Actions | |
|---|---|---|---|---|---|
| {{ $c->id }} |
{{ $c->name }}
@if($c->address)
{{ Str::limit($c->address, 60) }}
@endif
|
{{ $c->contact_person ?: '—' }} | @if($c->email) {{ $c->email }} @else — @endif | {{ $c->phone ?: '—' }} | |
| No companies found. | |||||