@extends('layouts.user.usercas') @section('title') CORRECTION REQUEST @endsection @section('meta_description') Register your substances with us and we will help you to fulfill all compliance requirements also you can contact our experts for further details. @endsection @section('meta_keywords') CORRECTION REQUEST @endsection @section('pageTitle') CORRECTION REQUEST @if($data['region_id']==2)
DÜZELTME TALEBİ @endif @endsection @section('content')
@csrf @method('post')
@error('cas_no')

{{ $message }}

@enderror
@error('uuid')

{{ $message }}

@enderror
@error('change_add')

{{ $message }}

@enderror
@error('change_tonnage')

{{ $message }}

@enderror
@if($requestdata != null && count($requestdata) > 0)

CORRECTION REQUEST STATUS

@foreach($requestdata as $key => $n) @endforeach
Sr. No Date Status Remark Cas No UUID Change Of Address Change Of Tonnage Other
{{$key+1}} {{$n->completion_date ?? '-'}} @if($n->status == 0) {!! '' !!} @else {!! '' !!} @endif {{$n->completion_remark ?? '-'}} {{$n->cas_no}} {{$n->uuid}} {{$n->change_add}} {{$n->change_tonnage}} {{$n->other}}
@endif @endsection @section('scripts') @endsection