@extends('admin.layouts.app') @section('content')

HC & Position Manager

Host Company Detail

@if(check_route_access('hc.list')) @endif
Host Company Name

{{$host_company->hc_name}}

Host Company Id Number (EIN)

{{$host_company->hc_id_number}}

Description

{{$host_company->hc_description}}

Street

{{$host_company->hc_street}}

Suite

{{$host_company->hc_suite}}

City

{{$host_company->hc_city}}

State

{{ get_state_name($host_company->hc_state) }}

Zip Code / Postal Code

{{$host_company->hc_zip}}

Contact First Name

{{$host_company->contact_first_name}}

Contact Last Name

{{$host_company->contact_last_name}}

Contact Title

{{$host_company->contact_title}}

Contact Email

{{$host_company->contact_email}}

Phone Extension

{{$host_company->contact_phone_extension}}

Contact Fax

{{$host_company->contact_fax}}

Contact Website

{{$host_company->contact_website}}

@endsection