@extends('layout') @section('index-content')

Lost and Found Manager

@foreach($lostFoundTopics as $one) @if($one->category === 0) @else @endif @endforeach
Subject Category Message Date Posted Reply Count
{{$one->subject}}LostFound{{$one->message}} {{$one->date}} {{$one->reply_count}}
@stop