@extends('admin.layout.master') @section('content')
{{ Session::get('error') }}
{{ Session::get('success') }}
Total Product Available: {{count($packageLists)}}
| S.No | Image | Product Name |
Coaching Name |
Location (City & State) |
Exam Type | Total Attempt |
Total Time Spent | Sales | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} |
|
{{$value['package_name']}} | {{$value['coaching_name']}} | {{$value['city']}}, {{$value['name']}} | {{$value['exam_type']}} | {{$value['total_attempt']}} | {{gmdate('H:i:s',$value['total_time_spent'])}} |
{{$value['amount']}} View |
|
| No Data Found | |||||||||