@extends('layouts.main') @push('styles') @endpush @section('content')
| # | {{ __('investigations.date') }} | {{ __('investigations.patient_names') }} | {{ __('investigations.investigations') }} | {{ __('investigations.action') }} | |
|---|---|---|---|---|---|
| {{ $count }}. | {{ streamline_date_time($ordered_inv->created_at) }} | {!! insurance_flag($ordered_inv->patient_id) !!} ({{ get_name($ordered_inv->patient_id, 'id', 'number', 'patients') }}) |
|
{{ Form::model($ordered_inv->id ,['method' => 'DELETE', 'route' => ['ordered_investigation.destroy', $ordered_inv->id]]) }} {{ Form::close() }} | {{ __('investigations.select_patient') }} |