@extends('layouts.admin.app') @section('content')
| Sr. No | Action | Survey | Region | Cas No | Ec No | Preregistration Number | Year | Tonnage | Remark | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$i++}} | Edit | @if(DB::table('sief_survey')->where([['company_id', $n->company_id],['cas_id', $n->cas_id]])->exists()) @php $data = DB::table('sief_survey')->where([['company_id', $n->company_id],['cas_id', $n->cas_id]])->first(); @endphp View Delete @endif | {{$n->Region->name}} | {{$n->cas_no}} | {{$n->ec_no}} | {{$n->preregistration_no}} | {{$n->year}} | {{$n->tonnage}} | {{ $n->remark }} | {{$n->e_mail}} |