@extends("backend.layouts2.master") @section("title") Rekam Medis - Sistem Klinik @endsection @push('css') @endpush @section ('content')
@if (isset($errors) && count($errors) > 0) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session()->has('messages'))
{{ session()->get('messages') }}
@endif
Rekam Medis
@canany(["layanan_fisio-layanan-create", "layanan_fisio-layanan-edit"]) @if(isset($row) && $row["layanan_fisio"]) Edit Layanan @else Create Layanan @endif @endcan Print
id]) : route('dashboard.layanan.' . $module. '.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if ($errors->has('doctor_id')) @endif
@if ($errors->has('diagnosa_id')) @endif
@if ($errors->has('status')) @endif
@if ($errors->has('keluhan_utama')) @endif

@if ($errors->has('bb')) @endif
@if ($errors->has('tb')) @endif
@if ($errors->has('tensi')) @endif
@if ($errors->has('suhu')) @endif
@if ($errors->has('nadi')) @endif
@if ($errors->has('respirasi')) @endif

@if ($errors->has('nyeri_tekan')) @endif
@if ($errors->has('nyeri_gerak')) @endif
@if ($errors->has('nyeri_diam')) @endif
@if ($errors->has('palpasi')) @endif
@if ($errors->has('luas_gerak_sendi')) @endif
@if ($errors->has('kekuatan_otot')) @endif
@if ($errors->has('antropometri')) @endif

@if ($errors->has('statis')) @endif
@if ($errors->has('dinamis')) @endif
@if ($errors->has('kognitif')) @endif
@if ($errors->has('aukultasi')) @endif

@if ($errors->has('pemeriksaan_khusus')) @endif
@if ($errors->has('pemeriksaan_penunjang')) @endif

@if ($errors->has('jangka_pendek')) @endif
@if ($errors->has('jangka_panjang')) @endif

@if ($errors->has('impairment')) @endif
@if ($errors->has('disability')) @endif
@if ($errors->has('fungsional_limitation')) @endif

Upload
@if ($errors->has('file')) @endif
@if(isset($row) && $row["filename"] && $row["filepath"])

{{$row["filename"]}}

@endif
@endsection @push('js') @endpush