Files
w4rpservices/resources/views/test/miningtax/invoice.blade.php
2021-05-31 20:59:10 +09:00

7 lines
124 B
PHP

@extends('layouts.user.dashb4');
@section('content')
<br>
@foreach($bodies as $body)
{{ $body }}<br>
@endforeach
@endsection