@extends('admin.layout_admin.main') @section('content')

Chỉnh sửa đơn thuốc "{{ $prescription->prescription_code }}"

@csrf
Thông tin đơn thuốc

Chi tiết đơn thuốc
@foreach ($prescription->medicines as $index => $medicine)
@if ($index > 0)
@endif
@endforeach
@endsection @section('css') @endsection @section('js') @endsection