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

Sample Reports

@if($samplereports) @foreach($samplereports as $samplereport) @endforeach @endif
@endsection