@extends('adminlayout.mobile_sidebar')
@section('content')
| S.no |
Suvidha Kendra Name |
SK User ID |
Date |
Time |
Employee Name |
Employee User ID |
Ststue |
@if($type == 'Reject')
Reject Reason |
@endif
Review |
Created At |
@if($type == 'Pending' && Auth::User()->hasRole('super_admin'))
Action |
@endif
@php
$i=1;
@endphp
@foreach($data as $data)
| {{$i++}} |
|
|
|
|
|
|
|
@if($type == 'Reject')
|
@endif
|
|
@if($data->status == "Pending" && Auth::User()->hasRole('super_admin'))
|
@endif
@endforeach
@endsection