@extends('admin.layouts.app') @section('content')
{{$host_company->hc_name}}
{{$host_company->hc_id_number}}
{{$host_company->hc_description}}
{{$host_company->hc_street}}
{{$host_company->hc_suite}}
{{$host_company->hc_city}}
{{ get_state_name($host_company->hc_state) }}
{{$host_company->hc_zip}}
{{$host_company->contact_first_name}}
{{$host_company->contact_last_name}}
{{$host_company->contact_title}}
{{$host_company->contact_email}}
{{$host_company->contact_phone_extension}}
{{$host_company->contact_fax}}
{{$host_company->contact_website}}