Return Filing
@php
$data = [];
if (!empty($year)) {
if (!empty($year->gstr1_file)) {
$data = json_decode($year->gstr1_file);
}
}
@endphp
GSTR 1 Return Files
@foreach ($data as $datas)
@endforeach
GSTR 1 Comment
{{ $errors->first('gstr1_comment') }}
@php
$data = [];
if (!empty($year)) {
if (!empty($year->gstr3b_file)) {
$data = json_decode($year->gstr3b_file);
}
}
@endphp
GSTR 3B Return Files
@foreach ($data as $datas)
@endforeach
GSTR 3B Comment
{{ $errors->first('gstr1_comment') }}
{{--
--}}