@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} {!! HTML::style("assets/global/plugins/datatables/plugins/responsive/responsive.bootstrap.css")!!} @stop @section('mainarea')

{{ trans('pages.employees.importTitle')}}

Info! Accounts of all employees have been created. You should inform them to login with their email and default password 123456.

@lang("messages.failedRecordsMessage")

@foreach($csvHeading as $h) @endforeach @foreach($failedRecords as $record) @foreach($record as $key => $cell) {{--@if ($key != -1)--}} @if($key == "failReason") @else @endif {{--@endif--}} @endforeach @endforeach
{{ $h }}
{{ $cell }}{{ $cell }}
@endsection @section("footerjs") {!! HTML::script("assets/global/plugins/datatables/datatables.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/responsive/dataTables.responsive.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/responsive/responsive.bootstrap.js") !!} @endsection