@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header') @stop @section('content') @if ($errors->any())
Whoops! There were some problems with your input.

@endif

Edit carrier

@csrf @method('PUT')

General Info

Name:
First name:
Last name:
Shortname:
CPS name:
QuikQ division:
QuikQ fee:
EFS code:
Main Email:
Secondary emails: (separated by ";")
Daily price email
Phone:
Broker:
Send daily price
States (comma separated):
Sending emails agreement: email_agreement=='Y') checked @endif />
Active: active=='Y') checked @endif />
Fulger group cards: fulger_group=='Y') checked @endif />
Indirect Billing (through CPS): direct_billing == 'Y') checked @endif />
Short notes:
General notes:
Email content:
Daily prices header text:
Daily prices logo: @if($carrier->daily_price_logo!=null) @endif
Daily price logo width:
Daily price logo height:
Carrier group:
Weekly Report Colour:
Send second full report for daily prices: send_second_full_daily_prices_report=='Y') checked @endif />

QuickBooks

Quickbooks customer name USD:
Quickbooks customer name CAD:
Invoice prefix:
Invoice no:
Date last updated invoice no:
Company address:
Company city:
Company state:
Company ZIP:
Company country:
@endsection @section('css') @stop @section('js') @stop