@extends('header') @section('content') @parent @include('accounts.nav', ['selected' => ACCOUNT_IMPORT_EXPORT]) {!! Former::open_for_files('settings/' . ACCOUNT_MAP) !!}

{!! trans('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('settings/' . ACCOUNT_EXPORT) !!}

{!! trans('texts.export_clients') !!}

{!! Former::actions( Button::primary(trans('texts.download'))->submit()->large()->appendIcon(Icon::create('download-alt'))) !!}
{!! Former::close() !!} {!! Former::open('settings/cancel_account')->addClass('cancel-account') !!}

{!! trans('texts.cancel_account') !!}

{!! Former::actions( Button::danger(trans('texts.cancel_account'))->large()->withAttributes(['onclick' => 'showConfirm()'])->appendIcon(Icon::create('trash'))) !!}
{!! Former::close() !!} @stop