@extends('layouts.default') @section('title', 'Компании') @section('content')

Добавить компанию

{{ csrf_field() }}

Данные компании

@if ($errors->has('company_name')) {{ $errors->first('company_name') }} @endif
@if ($errors->has('resident')) {{ $errors->first('resident') }} @endif
@if ($errors->has('legal_company_name')) {{ $errors->first('legal_company_name') }} @endif
@if ($errors->has('post_address')) {{ $errors->first('post_address') }} @endif
@if ($errors->has('legal_address')) {{ $errors->first('legal_address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('finance_mail')) {{ $errors->first('finance_mail') }} @endif
@if ($errors->has('report_mail')) {{ $errors->first('report_mail') }} @endif
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('fax')) {{ $errors->first('fax') }} @endif
@if ($errors->has('currency_company')) {{ $errors->first('currency_company') }} @endif
@if ($errors->has('okud')) {{ $errors->first('okud') }} @endif
@if ($errors->has('inn')) {{ $errors->first('inn') }} @endif
@if ($errors->has('okonh')) {{ $errors->first('okonh') }} @endif
@if ($errors->has('ogrn')) {{ $errors->first('ogrn') }} @endif
@if ($errors->has('kpp')) {{ $errors->first('kpp') }} @endif

Финансовые данные компании

@if ($errors->has('bank_name')) {{ $errors->first('bank_name') }} @endif
@if ($errors->has('сhecking_account')) {{ $errors->first('сhecking_account') }} @endif
@if ($errors->has('bik')) {{ $errors->first('bik') }} @endif
@if ($errors->has('correspondent_account')) {{ $errors->first('correspondent_account') }} @endif

Руководитель компании

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif
@if ($errors->has('second_name')) {{ $errors->first('second_name') }} @endif
@if ($errors->has('third_name')) {{ $errors->first('third_name') }} @endif
@if ($errors->has('position')) {{ $errors->first('position') }} @endif

Настройки компании

@if ($errors->has('agreement')) {{ $errors->first('agreement') }} @endif
@if ($errors->has('contract_number')) {{ $errors->first('contract_number') }} @endif
@if ($errors->has('contract_date')) {{ $errors->first('contract_date') }} @endif
@if ($errors->has('manager_id')) {{ $errors->first('manager_id') }} @endif
@if ($errors->has('commission_business')) {{ $errors->first('commission_business') }} @endif
@if ($errors->has('commission_first')) {{ $errors->first('commission_first') }} @endif
@if ($errors->has('commission_economy')) {{ $errors->first('commission_economy') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('limit')) {{ $errors->first('limit') }} @endif
@if ($errors->has('residue_limit')) {{ $errors->first('residue_limit') }} @endif
@if ($errors->has('invoice_payment')) {{ $errors->first('invoice_payment') }} @endif
@if ($errors->has('fees_avia')) {{ $errors->first('fees_avia') }} @endif
@if ($errors->has('support_contacts')) {{ $errors->first('support_contacts') }} @endif
@endsection