@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
{{-- {{ dd($pass_master) }} --}} @forelse($pass_master as $key => $val) @empty @endif
Sr Pass RefNo Visitor category name Status
{{ @$key + 1 }} {{ $val->pass_refno }} {{ $val->visitCategory->name }} {{ $val->status }}
No PassMaster
@stop