@extends('layouts.master') @section('title', $title) @section('content')

Companies: Company Details

:

{{ $company->company_name }}


:

{{ $company->mobile1 }}


:

{{ $company->mobile2 }}


:

{{ $company->fax_number }}


:

{{ $company->address }}


:

@if (!empty($departmentNames))

    @foreach ($departmentNames as $department)
  • {{ $department }}
  • @endforeach
@endif

:

3-B


:

{{ $company->website }}


:

{{ $company->key_technologies }}


:

{{ $company->created_at }}


:

{{ !empty($company->owneruser) ? $company->owneruser->name : '' }}


Attachment

@if (!empty($company->attachments))
    @foreach ($company->attachments as $attachment)