@php
$data = [];
if (!empty($gstr1_chat)) {
if (!empty($gstr1_chat->gstr1_file)) {
$data = json_decode($gstr1_chat->gstr1_file);
}
}
@endphp
@if (
$gstr1_chat->gstr1_file_status == 'Received' ||
$gstr1_chat->gstr1_file_status == 'Not Received' ||
$gstr1_chat->gstr1_file_status == 'Under Process' ||
$gstr1_chat->gstr1_file_status == 'Error' ||
$gstr1_chat->gstr1_file_status == 'Filed' ||
$gstr1_chat->gstr1_file_status == 'Filed Successfully' ||
$gstr1_chat->gstr1_file_status == 'Ready to File')
{{ $gstr1_chat->return_type_gstr1 }}
{{ $gstr1_chat->year }} - Received Successfully
Comment: {{ $gstr1_chat->gstr1_comment }}
@foreach ($data as $datas)
View File
@endforeach
@else
{{-- {{ $message->message }} --}}
@endif.