@extends('layouts.default') @section('title', trans('import.title', ['type' => trans_choice('general.' . $type, 2)])) @section('content')
{!! trans('import.message', ['link' => url('accounts/files/import/' . $type . '.csv')]) !!}
{!! Form::open(['url' => $path . '/import', 'files' => true, 'role' => 'form']) !!}
{!! Form::fileGroup('import','import') !!}
 {{ trans('general.cancel') }} {!! Form::button('  ' . trans('import.import'), ['type' => 'submit', 'class' => 'btn btn-primary waves-effect waves-light']) !!}
{!! Form::close() !!}
@endsection