@extends('layouts.app') @section('title', 'Page Title') @section('content') Sample Board
@csrf

@foreach ($posts as $post)

{{$post["name"]}} {{$post["message"]}}

@endforeach @endsection