Return Filing
{{--
--}}
{{--
Read the Official jQuery Validation Documentation for a full list of instructions and other options.
--}}
{{ $errors->first('return_type') }}
@if (Auth::guard('user')->user()->firm_type)
@else
@if (!empty($quaterly->quater) == '1st Q (Jan Mar)')
2nd Q (Apr Jun)
@elseif(!empty($quaterly->quater) == '2nd Q (Apr Jun)')
3rd Q (Jul Sep)
@elseif(!empty($quaterly->quater) == '3rd Q (Jul Sep)')
4th Q (Oct Dec)
@else
1st Q (Jan Mar)
@endif
@endif
{{--
--}}
{{--
{{$errors->first('return_type')}}
{{$errors->first('file')}}
--}}
@if (Auth::guard('user')->user()->firm_type)
@else
@endif