@extends('user.layout.master') @section('title', 'Return Filing') @push('plugin-styles') @endpush @section('content')
{{--
--}}

Return Filing


{{-- @if (!empty($year->return_type_gstr3b) == 'GSTR 3B') @else @endif --}}
@if ($year->return_type_gstr1) @php $data = []; if (!empty($year)) { if (!empty($year->gstr1_file)) { $data = json_decode($year->gstr1_file); } } @endphp

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

@foreach ($chats as $chat)
@endforeach {{--
--}}
@endif {{--
GSTR 1 Comment
{{ $errors->first('gstr1_comment') }}
--}} {{-- @dd("ads"); --}} @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 @if (!empty($year->return_type_gstr3b) == 'GSTR 3B') {{--
GSTR 3B Return Files
@foreach ($data as $datas) @endforeach
GSTR 3B Comment
{{ $errors->first('gstr1_comment') }}
--}} @endif
{{-- @dd($year) --}} @endsection @push('plugin-styles') @endpush @push('plugin-scripts') {{-- --}} {{-- --}} @endpush @push('custom-scripts') @endpush