@extends('layouts.admin.app') @section('content')
Admin Dashboard of SSLR Portal
Total Users
@php if(session('region_id') != '' and session('region_id') != null) { $users = DB::table('users')->where([['status', 1], ['region_id', session('region_id')]])->count(); echo $users; } else { $users = DB::table('users')->where('status', 1)->count(); echo $users; } @endphp
Only Active Users showingTotal JSF
@php if(session('region_id') != '' and session('region_id') != null) { $jsf_count = DB::table('jsf')->where([['status', 1], ['region_id', session('region_id')]])->count(); echo $jsf_count; } else{ $jsf_count = DB::table('jsf')->where('status', 1)->count(); echo $jsf_count; } @endphp
Total JSF SubmittedTotal SIP
@php if(session('region_id') != '' and session('region_id') != null) { $sip_count = DB::table('sip')->where([['status', 1], ['region_id', session('region_id')]])->count(); echo $sip_count; } else{ $sip_count = DB::table('sip')->where('status', 1)->count(); echo $sip_count; } @endphp
Total SIP SubmittedTotal Survey
@php if(session('region_id') != '' and session('region_id') != null) { $survey = DB::table('sief_survey')->where([['region_id', session('region_id')],['status', 1]])->count(); echo $survey; } else{ $survey = DB::table('sief_survey')->where('status', 1)->get()->pluck('id')->toArray();; echo count(array_unique($survey)); } @endphp
Total Survey Submitted
Note: The LOA cost is calculated based upon following table:
| Annex | JS Member (accommodating potential number of JS members joining ) |
|---|---|
| VII | {{$query_cost_report->num_turkey_vii ?? '4'}} |
| VIII | {{$query_cost_report->num_turkey_viii ?? '4'}} |
| IX | {{$query_cost_report->num_turkey_ix ?? '4'}} |
Note: The LOA cost is calculated based upon following table:
| Annex | JS Member (accommodating potential number of JS members joining ) |
|---|---|
| VII | {{$query_cost_report->num_korea_vii ?? '3'}} |
| VIII | {{$query_cost_report->num_korea_viii ?? '3'}} |
| IX | {{$query_cost_report->num_korea_ix ?? '3'}} |
Note: The LOA cost is calculated based upon following table:
| Annex | JS Member (accommodating potential number of JS members joining ) |
|---|---|
| VII | {{$query_cost_report->num_vii ?? '4'}} |
| VIII | {{$query_cost_report->num_viii ?? '4'}} |
| IX | {{$query_cost_report->num_ix ?? '4'}} |
It may be noted that the above-mentioned LOA cost is estimated cost and is based on current number of intentions. Thus, may subject to change at a later date if number of actual registrants increase/decrease as compared to the number of intents. It may also change because of purchase of new data from data holders for the mentioned end points or the cost of the planned studies which has been included after the studies have been finalized.
@if($evaluation != '' && $evaluation->is_in_evaluation == 'YES') @if($evaluation->remark=="")| Sr No | Action | Date | Region | CAS NO | EC NO | CAS Name | UUID | Preregistration Number |
|---|---|---|---|---|---|---|---|---|
| {{$i++}} | @if($n->type == 'pdf') @php $pdfdata = DB::table('sip_pdf')->where([['status', 1], ['cas_no', $n->cas_no], ['region_id', $n->region_id]])->first(); @endphp @if($pdfdata == NULL) @php $company = DB::table('company_uuid')->where([['cas_no', $n->cas_no], ['region_id', $n->region_id], ['uuid', $n->uuid]])->first(); @endphp @if($company != NULL) Pdf @endif @else Pdf @endif @else Pdf @endif | @if($n->created_at != "0000-00-00" && $n->created_at != "-0001-11-30 00:00:00") {{ $n->created_at->format('d-m-Y')}} @endif | {{$n->Region->name}} | {{$n->cas_no}} | {{$n->ec_no}} | {{$n->cas_name}} | {{$n->uuid}} | {{$n->preregistration_no}} |
| Sr No | Date | Region | CAS NO | EC NO | CAS Name | UUID | Preregistration Number | Action |
|---|---|---|---|---|---|---|---|---|
| {{$i++}} | @if($n->created_at != "0000-00-00" && $n->created_at != "-0001-11-30 00:00:00") {{ $n->created_at->format('d-m-Y')}} @endif | {{$n->Region->name}} | {{$n->cas_no}} | {{$n->ec_no}} | {{$n->cas_name}} | {{$n->uuid}} | {{$n->preregistration_no}} |
| Sr No | Region | Company Name | CAS NO | EC NO | UUID | Date | Action | LOA 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 View SIEF @if($company->invoice_pdf == '' || $company->invoice_pdf == NULL) Create Invoice @else Pdf @endif |