@extends('admin.layouts.app') @php $mode = "Add"; if(!empty($id)){ $mode = "Edit"; }else{ $id = ""; } @endphp @section('content')

HC & Position Manager

{{ $mode }} Host Company

@if(check_route_access('hc.list')) @endif
@include('admin.includes.status')
{{ csrf_field() }}
hc_id_number : old('hc_id_number') }}">
@if ($errors->has('hc_id_number')){{ $errors->first('hc_id_number') }}@endif
hc_name : old('hc_name') }}">
@if ($errors->has('hc_name')){{ $errors->first('hc_name') }}@endif
hc_street : old('hc_street') }}">
hc_suite : old('hc_suite') }}">
hc_city : old('hc_city') }}">
@php $states = get_states(); @endphp
hc_zip : old('hc_zip') }}">
contact_first_name : old('contact_first_name') }}" />
contact_last_name : old('contact_last_name') }}" />
contact_title : old('contact_title') }}" />
contact_email : old('contact_email') }}" />
contact_phone : old('contact_phone') }}" />
contact_phone_extension : old('contact_phone_extension') }}" />
contact_fax : old('contact_fax') }}" />
contact_website : old('contact_website') }}" />
@endsection @section('scripts') @endsection