@php use Carbon\Carbon; @endphp @extends('admin.layout.master') @section('title', 'Return Filing') @push('plugin-styles') @endpush @section('content')

View All Return Filings


{{--
@foreach ($return_files as $file) @php $dateString = $file->year; $date = Carbon::createFromFormat('MY', $dateString); $formattedDate = $date->format('M - d'); @endphp @endforeach
--}}
@foreach ($return_files as $file) @if($file->return_type_gstr1=="GSTR 1") @endif @endforeach
@foreach ($return_files as $file) {{-- @if() --}} @if($file->return_type_gstr1=="GSTR 3B") @endif @endforeach
{{-- --}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') {{-- --}} @endpush