@extends('layouts.frontend') @section('content')
@if($samplereports) @foreach($samplereports as $samplereport) @endforeach @endif
@endsection