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