@extends('layouts.master') @section('title') {{ __('sentence.Edit Prescription') }} @endsection @section('content')
{{ __('sentence.Patient informations') }}
{{ csrf_field() }}
{{ __('sentence.Drugs list') }}
@foreach($prescription_drugs as $prescription_drug)
@endforeach
{{ __('sentence.Tests list') }}
@foreach($prescription_tests as $prescription_test)

@endforeach
@endsection @section('footer') @endsection @section('header') @endsection