@extends('layouts.app') @section('title')Company Profile @endsection @section('content')
@include('layouts.flesh-message')

Company Profile

@csrf
* @if ($errors->has('mgmt_name')) {{ $errors->first('mgmt_name') }} @endif
@if ($errors->has('mgmt_email')) {{ $errors->first('mgmt_email') }} @endif
@if ($errors->has('mgmt_phone')) {{ $errors->first('mgmt_phone') }} @endif
@if ($errors->has('mgmt_add')) {{ $errors->first('mgmt_add') }} @endif
@if ($errors->has('mgmt_city')) {{ $errors->first('mgmt_city') }} @endif
@if ($errors->has('mgmt_zip')) {{ $errors->first('mgmt_zip') }} @endif
@if ($errors->has('mgmt_mailing_add')) {{ $errors->first('mgmt_mailing_add') }} @endif
@if ($errors->has('mgmt_mailing_city')) {{ $errors->first('mgmt_mailing_city') }} @endif
@if ($errors->has('mgmt_mailing_zip')) {{ $errors->first('mgmt_mailing_zip') }} @endif
@if ($errors->has('mgmt_web')) {{ $errors->first('mgmt_web') }} @endif
@if ($errors->has('mgmt_primary_name')) {{ $errors->first('mgmt_primary_name') }} @endif
@if ($errors->has('mgmt_company_licence')) {{ $errors->first('mgmt_company_licence') }} @endif
@if ($errors->has('mgmt_company_color')) {{ $errors->first('mgmt_company_color') }} @endif
@if (Auth::user()->user_role == ADMIN)

show_leaderboard == 1 ? 'checked' : '' }} onchange="$(this).val(this.checked ? '1' : '0');">
@if ($errors->has('show_leaderboard')) {{ $errors->first('show_leaderboard') }} @endif
@endif

{{ __('Technical Details') }}

@if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif
@if(isset($company->mgmt_w9)) @endif @if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif
@if(isset($company->mgmt_broker_license)) @endif @if ($errors->has('mgmt_email_banner')) {{ $errors->first('email_banner') }} @endif
@if ($errors->has('mgmt_unsubscribe')) {{ $errors->first('mgmt_unsubscribe') }} @endif
@if ($errors->has('mgmt_delivery_service')) {{ $errors->first('mgmt_delivery_service') }} @endif
@if ($errors->has('mgmt_domain')) {{ $errors->first('mgmt_domain') }} @endif
@if ($errors->has('mgmt_delivery_service_api')) {{ $errors->first('mgmt_delivery_service_api') }} @endif