@extends('layouts.app') @section('content')
@include('layouts.includes.header')

Business Details

@if($Label_Settings) {!! Form::open(array('url'=>'company/buyer_update')) !!} {{ csrf_field() }}

Label Settings

Let us know which label format and size works best for your business and we'll apply it to all of your new labels.

format == 'Old Format' ? 'checked':'' }}>
format == 'New Format' ? 'checked':'' }}>
Order_COD_Prepaid == 1 ? 'checked' : '' }} > Note: Order value will be displayed if courier is Fedex and Bluedart
Shippers_Mobile == 1 ? 'checked' : '' }}> Note: Shipper's Mobile No. will be displayed if courier is Fedex and Bluedart
Shipper_Address == 1 ? 'checked' : '' }}> Note: Shipper's Address will be displayed if courier is Fedex and Bluedart

Buyer Communication Settings

Buyer_sms == 1 ? 'checked' : '' }}> Note: Your buyers' shipments' activity will be communicated to them through SMS
Buyer_Email == 1 ? 'checked' : '' }}> Note: Your buyers' shipments' activity will be communicated to them through Email
{!! Form::close() !!} @else {!! Form::open(array('url'=>'company/buyer_save')) !!} {{ csrf_field() }}

Label Settings

Let us know which label format and size works best for your business and we'll apply it to all of your new labels.

Note: Order value will be displayed if courier is Fedex and Bluedart
Note: Shipper's Mobile No. will be displayed if courier is Fedex and Bluedart
Note: Shipper's Address will be displayed if courier is Fedex and Bluedart

Buyer Communication Settings

Note: Your buyers' shipments' activity will be communicated to them through SMS
Note: Your buyers' shipments' activity will be communicated to them through Email
{!! Form::close() !!} @endif
@endsection