Annual Return
{{-- @foreach ($chats as $chat)
@endforeach --}}
@php
$data = [];
if (!empty($year)) {
if (!empty($year->gstr1_file)) {
$data = json_decode($year->gstr1_file);
}
}
@endphp
@php
$gstr3b_file = [];
if (!empty($year)) {
if (!empty($year->gstr3b_file)) {
$gstr3b_file = json_decode($year->gstr3b_file);
}
}
@endphp