@extends('adminlte::page') @section('title', 'Edit Ruang/Poli') @section('content_header')

Edit Ruang/Poli

@stop @section('content')
@csrf @method('PUT')
@error('nama_ruang')
{{ $message }}
@enderror
@stop