@extends('layouts.app') @section('title')Company Profile @endsection @section('content') @include('layouts.flesh-message') Company Profile @csrf {{ __('Company Name') }} * @if ($errors->has('mgmt_name')) {{ $errors->first('mgmt_name') }} @endif {{ __('Company Identifier') }} * @if ($errors->has('mgmt_identifier')) {{ $errors->first('mgmt_name') }} @endif Email @if ($errors->has('mgmt_email')) {{ $errors->first('mgmt_email') }} @endif Phone @if ($errors->has('mgmt_phone')) {{ $errors->first('mgmt_phone') }} @endif Fax @if ($errors->has('mgmt_mailing_fax')) {{ $errors->first('mgmt_mailing_fax') }} @endif {{ __('Physical Address') }} @if ($errors->has('mgmt_add')) {{ $errors->first('mgmt_add') }} @endif Physical City @if ($errors->has('mgmt_city')) {{ $errors->first('mgmt_city') }} @endif {{ __('Physical State') }} Select State @foreach($state as $stateget) {{ $stateget->state_name }} @endforeach {{ __('Physical Zip') }} @if ($errors->has('mgmt_zip')) {{ $errors->first('mgmt_zip') }} @endif {{ __('Mailing Address') }} @if ($errors->has('mgmt_mailing_add')) {{ $errors->first('mgmt_mailing_add') }} @endif Mailing City @if ($errors->has('mgmt_mailing_city')) {{ $errors->first('mgmt_mailing_city') }} @endif {{ __('Mailing State') }} Select Mailing State @foreach($state as $stateget) {{ $stateget->state_name }} @endforeach {{ __('Mailing Zip') }} @if ($errors->has('mgmt_mailing_zip')) {{ $errors->first('mgmt_mailing_zip') }} @endif {{ __('Website') }} @if ($errors->has('mgmt_web')) {{ $errors->first('mgmt_web') }} @endif {{ __('Primary Contact Name') }} @if ($errors->has('mgmt_primary_name')) {{ $errors->first('mgmt_primary_name') }} @endif {{ __('Company Color') }} @if ($errors->has('mgmt_company_color')) {{ $errors->first('mgmt_company_color') }} @endif {{ __('Technical Details') }} Email Banner @if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif W9 @if(isset($company->mgmt_w9)) @endif @if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif Broker License @if(isset($company->mgmt_broker_license)) @endif @if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif {{ __('Unsubscribe URL') }} @if ($errors->has('mgmt_unsubscribe')) {{ $errors->first('mgmt_unsubscribe') }} @endif {{ __('Delivery Service Name') }} @if ($errors->has('mgmt_delivery_service')) {{ $errors->first('mgmt_delivery_service') }} @endif {{ __('Email Domain') }} @if ($errors->has('mgmt_domain')) {{ $errors->first('mgmt_domain') }} @endif Delivery Service Api @if ($errors->has('mgmt_delivery_service_api')) {{ $errors->first('mgmt_delivery_service_api') }} @endif