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

Tambah Ruang/Poli

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