@extends ('core.layouts.app')
@section ('title', trans('import.import'))
@section('content')
@if ($response == 1)
{{ trans('import.import_process_started') }}
@else
Import Process Failed! Either you have uploaded an incorrect file format or invalid
template for
uploading!
Import Process Failed! Either you have uploaded an incorrect file format or invalid
template for
uploading!
@endif
@endsection
@section('after-scripts')
{{ Html::script('focus/js/loading-bar.js') }}
@if ($response == 1)
@endif
@endsection