Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cesarockstar1985/fd0ca9dca57ef01a08a02083e00cce39 to your computer and use it in GitHub Desktop.
Save cesarockstar1985/fd0ca9dca57ef01a08a02083e00cce39 to your computer and use it in GitHub Desktop.
$responsiveFields = [
'agency' => '',
'bonds' => '',
'bonds_written' => 'd-none d-sm-table-cell',
'closing_ratio' => 'd-none d-sm-table-cell',
'quoted' => 'd-none d-sm-table-cell',
'net' => 'd-none d-md-table-cell',
'surety_gross' => 'd-none d-md-table-cell',
'surety_net' => 'd-none d-md-table-cell',
'claims_amount' => 'd-none d-lg-table-cell',
'commission' => 'd-none d-xl-table-cell',
'loss_ratio' => 'd-none d-xl-table-cell',
'wwis_net' => 'd-none d-xl-table-cell',
];
$this->Admin->setConfig('pageSubtitle', ['index' => __('Get Claim and Bond totals, grouped by Agency')]);
$this->Admin->setConfig('pageIcon', ['index' => 'building-o']);
$this->Admin->setConfig('headers', $headers);
$this->Admin->setConfig('fields', $fields);
$this->set(compact('responsiveFields'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment