@extends('layouts.admin') @section('content')
Agent Details {{ $agent->company_name }}
{{ $agent->first_name }} {{ $agent->first_name }}
{{ $agent->email }}
{{ $agent->telephone }}
{{ csrf_field() }}
Commission
{!! FormField::select('margin_operator', $marginOperations, null, true, null) !!}
%
  • LH - Line Haul
  • FS - Fuel Surcharge
  • AC - Accessorials
  • NR - Net Revenue
  • GR - Gross Revenue
Commission Platforms
Type Margin Commission Rule customer Actions
@endsection @section('styles') @endsection @section('scripts') @endsection