@extends('layouts.layoutapp') @section('content')
@csrf
@if (session('tax_import_error')) {{--

Please reupload the Rows with errors?

--}}
    @foreach (session('tax_import_error') as $error)
  • {{ $error }}
  • @endforeach
@else

No errors found.

@endif
@endsection