@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style("admin/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.css")!!} {!! HTML::style("admin/global/plugins/datatables/plugins/responsive/responsive.bootstrap.css")!!} @stop @section('content')
Info! All clients are imported successfully.

We could not import following employee records. Fail reason is indicated against each.

@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 }}
@stop @section('footer') {!! HTML::script("admin/global/plugins/datatables/datatables.min.js") !!} {!! HTML::script("admin/global/plugins/datatables/plugins/bootstrap/datatables.bootstrap.js") !!} {!! HTML::script("admin/global/plugins/datatables/plugins/responsive/dataTables.responsive.js") !!} {!! HTML::script("admin/global/plugins/datatables/plugins/responsive/responsive.bootstrap.js") !!} @stop