@extends('user.layout.master') @section('title', 'Return Filing') @push('plugin-styles') @endpush @section('content') @if (!empty($year->return_type_gstr3b) == 'GSTR 3B') @if (session('success'))
{{ session('success') }}
@endif

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') }}
{{--
Confirmation
--}}
@else

Return Filing


@csrf @if (!empty($year->return_type_gstr1) == 'GSTR 1') @else @endif
@if (!empty($year->return_type_gstr1) == 'GSTR 1') @elseif (!empty($year->return_type_gstr3b) == 'GSTR 3B') @else @endif {{ $errors->first('return_type') }}
@if (!empty($year->return_type_gstr1) == 'GSTR 1')
Upload Return Files
@else
Upload Return Files
@endif @if (!empty($year->return_type_gstr1) == 'GSTR 1')
Comment
{{ $errors->first('gstr3b_comment') }}
@else
Comment
{{ $errors->first('gstr1_comment') }}
@endif
Confirmation
@endif @endsection @push('plugin-styles') @endpush @push('plugin-scripts') {{-- --}} {{-- --}} @endpush @push('custom-scripts') @endpush