@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($pass_request as $key => $val) @empty @endif
Sr Code PassRequest Name E Mail Manager Mobile Manager E Mail HOD Mobile HOD Status
{{ @$key + 1 }} {{ $val->code }} {{ $val->name }} {{ $val->email_manager }} {{ $val->mobile_manager }} {{ $val->email_hod }} {{ $val->mobile_hod }} {{ $val->status }}
No PassRequest
@stop