@extends('admin.layouts.app') @php $host_companies = @$host_companies; @endphp @section('content')

HC & Position Manager

Host Companies

List of Host Companies

@if(check_route_access('hc.add.form')) @endif
@include('admin.includes.status')
@if(!empty(@$host_companies)) @foreach($host_companies as $hc) @php $hc_status = config('common.hc_status'); @endphp @endforeach @endif
Host Company EIN Location Status Action
{{ $hc->hc_name }} {{ $hc->hc_id_number }} @if(!empty($hc->state_id)) {{ $hc->state_name }} ({{ $hc->state_abbr }}) @endif {{ $hc_status['name'][$hc->status] }} @if(check_route_access('hc.status.form')) @endif @if(check_route_access('hc.edit.form')) @endif @if(check_route_access('hc.delete')) @endif @if(check_route_access('hc.detail')) @endif
@endsection @section('scripts') @endsection