@extends('admin.layouts.master2') @section('content')

View Complains

@foreach($posts as $post) @endforeach
Title Action
{{ $post->title }} View
@endsection