@extends('app.my-account.admin.orders.single') @section('details')
Order Details
@if ($order->lab()) @endif
Created: {{ friendly_date_time($order->created_at) }}
Client: {{ $order->user->full_name }}
Lab: lab()->name ?>
Lab Address: lab()->address() ?>
Total: {{ displayAmount('$', $order->total()) }}
Tests Requested
testsRequestedInHumanReadable(); ?>
@foreach ($tests as $test) @endforeach
{{ $test }}
@endsection