@extends('layouts.admin') @section('content')
@foreach($taxReturns as $taxReturn) @endforeach
Code Name UTR Year Status Tax calculation Download
{{$taxReturn->id}} {{$taxReturn->name}} {{$taxReturn->utr}} {{$taxReturn->taxYear->end_year}} {{$taxReturn->status}} {{$taxReturn->estimated_tax}}
@endsection