@extends('homepage.layout') @section('content')
@foreach ($data as $a)
{{ $loop->iteration }}. {{ $a->subjek }}
add

Dari : {{ $a->masyarakat->name }} ({{ $a->masyarakat->email }})

File : Download

@endforeach {{ $data->links() }}
@endsection