@extends('coaching.layout.master')
@section('content')
Question
| Upload File |
Uploaded By |
Ip Address |
Date & Time |
Result |
Action |
@if(count($importHistory)>0)
@foreach($importHistory as $history)
| {{$history->filename}} |
{{$history->import_by}} |
{{$history->ip_address}} |
{{date('d-m-Y H:i:s', strtotime($history->created_at))}} |
{{$history->details}} |
}}) |
@endforeach
@else
| No data found... |
@endif
@endsection
@section('scripts')
@endsection