@extends('admin.layouts.master') @section('css') @endsection @section('content')

View Complains

@foreach($posts as $post) @endforeach
S/N Matric Number Title Complain Action
{{ $loop->index +1 }} {{ $post->user->username }} {{ $post->title }} {{ $post->body }} View
@endsection @section('js') @endsection