@extends("backend.layout-sticky.master") @section("title") Rekam Medis - Sistem Klinik @endsection @push('css') @endpush @section ('back') @endsection @section ('content')
id]) : route('dashboard.master.pasien.store') }}" method="POST" enctype="multipart/form-data"> @if ($action === "UPDATE") @method('PUT') @endif @csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
(required)
(required)
(required)
@endsection @push('js') @endpush