@extends('layouts.admin') @section('content')
Edit Ruang Pelayanan
@csrf @if (isset($ruangPelayanan)) @method('PUT') @endif
@endsection