@extends('layouts.admin.app') @section('content')
| Sr No | Region | Company Name | UUID | Preregistration Number | CAS No | Survey Submitted | Action |
|---|---|---|---|---|---|---|---|
| {{$i++}} | {{$n->Region->name ?? ''}} | {{$n->Company->company_name ?? ''}} | {{$n->uuid}} | {{$n->preregistration_no}} | {{$n->cas_no}} | View | Delete |