@extends('master') @section('content') @if(Session::get('userRole') == 'Staff')

Laboratory Report

@if($status == 'Exchange')
@endif
@else

Generate Report

@if($status == 'Generated') @endif @if($status == 'Approved') @endif
@endif @stop