@extends('layouts.app') @section('content')

सदस्यको प्रोफाइल

@include('reports.searchform') @if(isset($userReports) && $userReports->count() > 0) @else

No matching user reports found.

@endif @endsection