@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')
Name:
First name:
Last name:
Shortname:
CPS name:
Main Email:
Secondary emails: (separated by ";")
Phone:
Broker:
Send daily price
Quickbooks customer name USD:
Quickbooks customer name CAD:
Invoice prefix:
Sending emails agreement: email_agreement=='Y') checked @endif />
Active: active=='Y') checked @endif />
Fulger group cards: fulger_group=='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:
Send second full report for daily prices: send_second_full_daily_prices_report=='Y') checked @endif />
@endsection @section('css') @stop @section('js') @stop