diff --git a/resources/views/test/miningtax/invoice.blade.php b/resources/views/test/miningtax/invoice.blade.php index 49f2a0db5..f16b1cd44 100644 --- a/resources/views/test/miningtax/invoice.blade.php +++ b/resources/views/test/miningtax/invoice.blade.php @@ -2,6 +2,6 @@ @section('content')
@foreach($bodies as $body) -{{ var_dump($body) }}
+{{ $body }}
@endforeach @endsection \ No newline at end of file