@extends('layouts.app') @section('title') {{ __('Dashboard') }} @endsection @section('css') @endsection @section('breadcrumb')
Test name: {{ $result->test->name }}
Test name: @if (session('branch_id') == $comment->comment->test->branch_id) {{ $comment->comment->test->test->name }} @else {{ $comment->comment->test->test->name }} @endif
PC: {{ $comment->comment->test->group->patient->code }}
TAT: {{ date('F d, Y', strtotime($comment->comment->test->tat)) }}
Test: {{ $sig->test->name }}
PC: {{ $sig->group->patient->code }}
TAT: {{ date('F d, Y', strtotime($sig->tat)) }}
{{ $comments->count() }}
{{ __('Laboratory Report Messages') }}Laboratory Report Messages
Test name: @if (session('branch_id') == $comment->comment->test->branch_id) {{ $comment->comment->test->test->name }} @else {{ $comment->comment->test->test->name }} @endif
PC: {{ $comment->comment->test->group->patient->code }}
@if ($comment->comment->test->tat)TAT: {{ date('F d, Y', strtotime($comment->comment->test->tat)) }}
@endif