Map export
Be patient, this may take a while. Export customer data KMZ which you can open using Google Earth
{!! Form::open([
'url' => 'tools/map_export',
'id' => 'map_export_form',
'enctype' => 'multipart/form-data']) !!}
{!! Form::hidden('export_type', 'voucher_state') !!}
{!! Form::hidden('filename', 'customers voucher state.kmz') !!}
{!! Form::close() !!}
{!! Form::open([
'url' => 'tools/map_export',
'id' => 'map_export_form',
'enctype' => 'multipart/form-data']) !!}
{!! Form::hidden('export_type', 'install_state') !!}
{!! Form::hidden('filename', 'customers install state.kmz') !!}
{!! Form::close() !!}
Network map export
Be patient, this may take a while. Export customer data KMZ which you can open using Google Earth
{!! Form::open([
'url' => 'tools/network_map_export',
'id' => 'network_map_export_form',
'enctype' => 'multipart/form-data']) !!}
{!! Form::select('area_id',
$areas, null,
['id' => 'network_map_export_select']) !!}
{!! Form::close() !!}