@extends('layouts.master') @section('title', 'Lab result | Proxima - Medical Management app') @section('title-topbar', 'Lab result') @section('css') @endsection @section('content')
{{ $lab->code }}
{{ $lab->service_item->name }}
{{ $lab->branch->name }}
{{ date('d M Y h:i a', strtotime($lab->created_at)) }}
{{ date('d M Y h:i a', strtotime($lab->appointment->start_at)) }}
{{ $lab->invoice_item->invoice->code }}
@isset($lab->doctor->name) {{ $lab->doctor->name }} @endisset