@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
Name:
First name:
Last name:
Short name:
CPS name:
Main email:
Secondary emails: (separated by ";")
Phone:
Broker:
Send daily prices:
Quickbooks customer name USD:
Quickbooks customer name CAD:
Invoice prefix:
Sending emails agreement:
Active:
Fulger group cards:
Short Notes:
General notes:
Email content:
Carrier group:
@endsection @section('css') @stop @section('js') @stop