@extends('layouts.app') @section('title', 'Abstractor') @section('content')
@include('settings.common_tabs')
@csrf

is_active == 1) checked @endif >
Contact Detail
@csrf
@if($abstractorscontacts->count() > 0) @php $i = 1; @endphp @foreach($abstractorscontacts as $abstractorscontact)
@php $i++; @endphp @endforeach @else
@endif
@csrf
Abstractor Document
@if($docData->count() > 0) @forelse($doc_list as $d_list) @php $eff_date = $docData->where('document_id',$d_list->id)->pluck('effective_date')->first(); $val_date = $docData->where('document_id',$d_list->id)->pluck('valid_date')->first(); $roww = $docData->where('document_id',$d_list->id)->first(); @endphp
@if(isset($roww) && $roww->document_path != NULL ) {{$roww->getDocumentName->document_name}}.pdf @elseif(isset($roww) && $roww->document != NULL ) {{$roww->document_path}} @endif
@empty @endforelse @else @forelse($doc_list as $d_list)
@empty @endforelse @endif
 
@endsection