@extends("backend.layouts2.master") @section("title") {{ ucwords($module) }} - Sistem Klinik @endsection @push('css') @endpush @section ('content') @if (isset($errors) && count($errors) > 0) @endif
@if ($action === "UPDATE")
{{ ucwords($module) }} - {{ $row->pasien->nama }} (No RM : {{ $row->pasien->no_rm }}) (No Pendaftaran : {{ $row->rekam_medis->register_id }})
@else
{{ ucwords($module) }} - {{ $rekam_medis->pasien->nama }} (No RM : {{ $rekam_medis->pasien->no_rm }}) (No Pendaftaran : {{ $rekam_medis->register_id }})
@endif
id]) : route('dashboard.farmasi.' . $module. '.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if(isset($row) && count($row->details)>0) @foreach ($row->details as $value)
@endforeach @endif
@endsection @push('js') @endpush