@extends('layouts.master')
@section('run_custom_css')
@endsection
@section('top_header')
View Operation Details
@endsection
@section('content')
Opearation Information
Central HOSPITAL
Maijdee-Court , Noakhali. Hello : 01823387518
Operation Information
| Operation ID |
{{ $operation->id }} |
| Date |
{{ $operation->created_at->format('d-m-Y h:i A')}} |
| Patient ID |
{{ $operation->patient_id }} / {{ $operation->created_at->format('m-d-Y')}} |
Patient Name |
{{ $operation->patient->name }} |
| Operation Name |
Price |
@foreach($operationproducts as $operationproduct)
| {{ $operationproduct->operation_name }} |
{{ $operationproduct->operation_cost }} Tk. |
@endforeach
| Subtotal |
{{ $operation->subtotal }} Tk. |
@endsection