@extends('accounts.nav') @section('content') @parent {!! Former::open_for_files('company/import_map')->addClass('col-md-9 col-md-offset-1') !!} {!! Former::legend('texts.import_clients') !!} {!! Former::file('file')->label(trans('texts.csv_file')) !!} {!! Former::actions( Button::info(trans('texts.upload'))->submit()->large()->appendIcon(Icon::create('open'))) !!} {!! Former::close() !!} {!! Former::open('company/export')->addClass('col-md-9 col-md-offset-1') !!} {!! Former::legend('texts.export_clients') !!} {!! Former::actions( Button::primary(trans('texts.download'))->submit()->large()->appendIcon(Icon::create('download-alt'))) !!} {!! Former::close() !!}

 

 

{!! Former::open('company/cancel_account')->addClass('col-md-9 col-md-offset-1 cancel-account') !!} {!! Former::legend('cancel_account') !!} {!! Former::actions( Button::danger(trans('texts.cancel_account'))->large()->withAttributes(['onclick' => 'showConfirm()'])->appendIcon(Icon::create('trash'))) !!} {!! Former::close() !!} @stop