@extends('layouts.master') @section('title','Company') @section('page-header') Company @stop @section('css') @stop @section('content')
| Id | Group Name | Company Name | Business Type | Company Code | Contact Name | Phone Number | Logo | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $key+1 }} | {{ $company->group->name }} | {{ $company->name }} | {{ $company->business_type }} | {{ $company->code }} | {{ $company->contact_name }} | {{ $company->phone_number }} |
@if ($company->logo == "default.png")
|