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

Manual Report Work

Add
@csrf @method('post')
Clear

@if(count($data) > 0) @php $i = 1; @endphp @foreach($data as $key => $n) @endforeach
Sr No Region CAS Number Company Name UUID SIP JSF SIEF Invoice Payment Received Token Sent
{{$i++}} {{$n->Region->name}} {{$n->cas_no}} {{$n->company_name}} {{$n->uuid}} @if($n->sip_pdf != null) Pdf @endif @if($n->jsf_pdf != null) Pdf @endif @if($n->sief_pdf != null) Pdf @endif @if($n->invoice_pdf != null) Pdf @endif
@else
Search Manual Report By UUID and CAS
@endif
{{$data->links()}}
@endsection @section('scripts') @endsection