diff --git a/resources/views/test/miningtax/invoice.blade.php b/resources/views/test/miningtax/invoice.blade.php
index 12e9b8a5b..f16b1cd44 100644
--- a/resources/views/test/miningtax/invoice.blade.php
+++ b/resources/views/test/miningtax/invoice.blade.php
@@ -1,4 +1,7 @@
@extends('layouts.user.dashb4');
@section('content')
-{{ var_dump($bodies) }}
+
+@foreach($bodies as $body)
+{{ $body }}
+@endforeach
@endsection
\ No newline at end of file