@extends('layouts.admin.app') @section('content')

SIEF AGREEMENT REQUEST

Advanced Search Filter
@csrf @method('post')
Clear
@if(count($siffs) > 0) @if($flag == 'false') @endif @if($flag == 'true') @endif @php $i = 1; @endphp @foreach($siffs as $key => $n) @if($flag == 'false') @endif @if($flag == 'true')
Sr No Region Company Name Email CAS NO EC NO UUID DateActionLOA Cost Invoice Creation Date Invoice Sent LOA Is Payment Received Is Token Sent
{{ $i++ }} {{ $n->Region->name }} {{ $n->Company->company_name }} {{ $n->Company->e_mail }} {{ $n->cas_no }} {{ $n->ec_no }} {{ $n->uuid }} {{ $n->created_at->format('d-m-Y') }} @if($n->request_status_id == config('app.PENDING_REQUEST')) @endif {{$n->cost}}€ @php $company = DB::table('company_uuid')->where('id', $n->company_id)->first(); @endphp @if($company->invoice_pdf == '' || $company->invoice_pdf == NULL) Create Invoice @else Pdf @endif