@php
$data = [];
if (!empty($gstr1_chats)) {
if (!empty($gstr1_chats->gstr1_file)) {
$data = json_decode($gstr1_chats->gstr1_file);
}
}
@endphp
@if ($gstr1_chats->gstr1_file_status == 'Received')
GSTR 1 Of {{ $gstr1_chats->year }} - Received Successfully
Comment: {{ $gstr1_chats->gstr1_comment }}
@foreach ($data as $datas)
View File
@endforeach
@else
{{ $message->message }}
@endif