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