@extends('layout') @section('title', 'Posts') @section('content')
Posts
Create
@foreach ($posts as $post) @endforeach
Name Description Actions
{{ $post->name }} {{ $post->description }}   
@endsection