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

@endif

Add new carrier

@csrf

General Info

Name:(*)
First name:
Last name:
Short name:(*)
CPS name:
QuikQ division:
QuikQ fee:
EFS code:
Main email:
Secondary emails: (separated by ";")
Daily price email
Phone:
Broker:
Send daily prices:
Sending emails agreement:
Active:
Fulger group cards:
Indirect Billing (through CPS):
Short Notes:
General notes:
Email content:
Carrier group:
Weekly Report Colour:

QuickBooks

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